Aryal Space – Magic of Technology and Beings
  • Home
  • Contact
  • About
  • Gallery
  • Wall Prints
  • Plants

Latest Video

Popular Posts

  • 1

    Mastering the G Major Scale Across the Guitar Fretboard

    July 3, 2024
  • 2

    The Skills You Need to Be a Back-End Developer

    January 25, 2019
  • 3

    Courses to Jumpstart Your Development Career

    January 25, 2019
@2020 - All Right Reserved. Designed and Developed by Bikram Aryal
Maching Learning & AI

Streamlining Form Processing with Google Cloud’s Document AI: My Experience

by Bikram Aryal September 17, 2024
written by Bikram Aryal 4 minutes read

In my latest project, I set out to automate the processing of a membership form using Google Cloud’s Document AI. As someone passionate about efficiency and leveraging the latest tools to optimise workflows, I was excited to dive into this challenge. Here’s a breakdown of my process and how I tackled key steps along the way. Setting the Goal: Automating …

Continue Reading
September 17, 2024
0 FacebookTwitterPinterestEmail
Web App Development with React & Redux

A Comprehensive Look Back at Frontend

by Bikram Aryal January 25, 2019
written by Bikram Aryal 4 minutes read

https://soledad.pencidesign.net/soledad-coding-blog

A Comprehensive Look Back at Frontend Development Frontend development has undergone significant transformations over the years, evolving from simple static web pages to complex and interactive user interfaces that define modern web applications. This comprehensive overview takes a look back at the journey of frontend development, highlighting its key milestones, trends, and technologies. 1. Evolution of Frontend: Frontend development began with …

Continue Reading
January 25, 2019
0 FacebookTwitterPinterestEmail
Guide

7 Principles of Design You Should Know as a Coder

by Bikram Aryal January 25, 2019
written by Bikram Aryal 3 minutes read

As a coder, understanding design principles is essential for creating visually appealing, user-friendly, and functional software applications. Incorporating these principles into your coding practices can elevate the overall user experience and make your applications more engaging. Here are seven design principles you should know: 1. Hierarchy: Hierarchy refers to the arrangement of elements in order of importance. This principle helps guide …

Continue Reading
January 25, 2019
0 FacebookTwitterPinterestEmail
Native Android App Development with Java and Kotlin

Native Android App Development: App Resources

by Bikram Aryal September 5, 2023
written by Bikram Aryal 5 minutes read
Android resources

Resources are the additional files and static content that your code uses, such as bitmaps, layout definitions, user interface strings, animation instructions, and more. You should always externalise app resources such as images and strings from your code, so that you can maintain them independently. Once you externalise your app resources, you can access them using resource IDs that are …

Continue Reading
September 5, 2023
0 FacebookTwitterPinterestEmail
GuideResources

What Does Stack Overflow Want To Be

by Bikram Aryal January 25, 2019
written by Bikram Aryal 4 minutes read

Stack Overflow, founded in 2008 by Jeff Atwood and Joel Spolsky, started as a question-and-answer (Q&A) platform for programmers. Over the years, it has evolved and expanded its scope beyond just Q&A to become a comprehensive resource for developers and tech professionals. As of my last update in September 2021, let’s explore what Stack Overflow aims to be and how …

Continue Reading
January 25, 2019
0 FacebookTwitterPinterestEmail
Backend and Web API Development with Java and Spring BootBackend and Web API Development with Node & Express

Practical Guide to Building an API Back End

by Bikram Aryal January 25, 2019
written by Bikram Aryal 6 minutes read

Building an API backend is a crucial step in creating modern web applications that communicate with external services and enable seamless user interactions. Here’s a practical guide to help you build a robust API backend: 1. Define Your API: 2. Choose a Technology Stack: 3. Set Up Your Development Environment: 4. Create and Configure Models: 5. Implement API Endpoints: 6. …

Continue Reading
January 25, 2019
0 FacebookTwitterPinterestEmail
Maching Learning & AI

The Role of an Applied AI Engineer: Bridging the Gap Between Research and Reality

by aryalspace September 6, 2024
written by aryalspace 7 minutes read

Artificial intelligence (AI) is no longer confined to research labs or theoretical papers; it’s reshaping industries, streamlining processes, and powering everyday technologies. However, the journey from AI research to its practical application requires a critical role—Applied AI Engineer. In this blog, I’ll walk you through what it means to be an Applied AI Engineer, the skills required, and what a …

Continue Reading
September 6, 2024
0 FacebookTwitterPinterestEmail
GuideSoftware Development

Courses to Jumpstart Your Development Career

by Bikram Aryal January 25, 2019
written by Bikram Aryal 5 minutes read

Jumpstarting your development career often requires a solid foundation of skills and knowledge, which you can acquire through well-structured courses. Here’s a curated list of courses across different development domains that can help you kickstart your career in the tech industry: 1. Web Development: 2. Full-Stack Development: 3. Data Science and Machine Learning: 4. Mobile App Development: 5. DevOps and …

Continue Reading
January 25, 2019
0 FacebookTwitterPinterestEmail
  • 1
  • 2
  • 3
  • 4

About Me

About Me

Bikram Aryal

I am a passionate Software Engineer on a mission to make a difference in the world. With over 6+ years of experience in Mobile Application Development, specializing in iOS and Hybrid Apps, I have honed my skills in creating cutting-edge solutions. Additionally, I have a strong background in Architecting, Spring Boot, Firebase, NodeJS, React, and Vue, enabling me to excel in Full Stack Development. You can find some of my noteworthy projects displayed in the Portfolio Section.

Categories

  • Guitar Tutorials (1)
  • Maching Learning & AI (2)
  • Motivation (2)
  • Resources (3)
  • Software Development (21)
    • Backend and Web API Development with Java and Spring Boot (3)
    • Backend and Web API Development with Node & Express (4)
    • Entrepreneur (1)
    • Guide (10)
    • Native Android App Development with Java and Kotlin (1)
    • Native iOS App Development with Swift & SwiftUI (1)
    • Web App Development with React & Redux (5)
  • Spirituality (1)
  • Uncategorized (2)

Recent Posts

  • Streamlining Form Processing with Google Cloud’s Document AI: My Experience
  • Diving Deep into the NDIS Framework
  • The Role of an Applied AI Engineer: Bridging the Gap Between Research and Reality
  • Mastering the G Major Scale Across the Guitar Fretboard
  • Kindship Ascends to New Heights: Securing Second Place as Australia’s Top AI Startup

Keep in touch

Facebook Twitter Linkedin Youtube Github

Resources

  • Streamlining Form Processing with Google Cloud’s Document AI: My Experience

    September 17, 2024
  • Diving Deep into the NDIS Framework

    September 10, 2024
  • The Role of an Applied AI Engineer: Bridging the Gap Between Research and Reality

    September 6, 2024

Recent Posts

  • Streamlining Form Processing with Google Cloud’s Document AI: My Experience

    September 17, 2024
  • Diving Deep into the NDIS Framework

    September 10, 2024
  • The Role of an Applied AI Engineer: Bridging the Gap Between Research and Reality

    September 6, 2024
  • Mastering the G Major Scale Across the Guitar Fretboard

    July 3, 2024
  • Kindship Ascends to New Heights: Securing Second Place as Australia’s Top AI Startup

    June 26, 2024

Frontend

  • XCode Shortcuts for iOS Development

    October 11, 2023
  • Native Android App Development: App Resources

    September 5, 2023
  • How To Become a Front-End Web Developer

    January 25, 2019
  • What Makes A Good Frontend Developer?

    January 25, 2019

backend

  • The Skills You Need to Be a Back-End Developer

    January 25, 2019
  • Integrating with an API Backend

    January 25, 2019
  • Back-End Development: A Guide to the Basics

    January 25, 2019
  • Practical Guide to Building an API Back End

    January 25, 2019
  • Facebook
  • Twitter
  • Instagram
  • Linkedin
  • Youtube
  • Email
  • Github
  • Stack-overflow

@2020 - All Right Reserved. Designed and Developed by Bikram Aryal

Shopping Cart

Close

No products in the cart.

Close