Tag: beginners

  • How to Change Your AWS EC2 Instance Type for a Seamless Hosted UI-to-Backend Integration

    How to Change Your AWS EC2 Instance Type for a Seamless Hosted UI-to-Backend Integration

    In the world of web applications, linking a hosted user interface (UI) with a secure backend on an AWS EC2 instance is essential for creating a seamless, scalable, and secure user experience. This guide covers each step in the process, from launching and configuring an EC2 instance to implementing HTTPS for secure communication. By the…

    by

    in
  • Finding Elements in a List using Python

    Finding Elements in a List using Python

    When working with Python, lists are one of the most versatile data structures you’ll come across. It works majorly like Arrays, as seen in other programming languages. The lists allow you to store collections of items, such as integers, strings, or even other lists, and provide numerous ways to access and manipulate the data stored…

    by

    in
  • What is an API and My learnings with them

    What is an API and My learnings with them

    As a beginner, the term "API" sounded really difficult to me. But today, whenever building a full-fledged application with my team, I always think about what APIs would be needed for the application. I also get annoyed if I don’t get proper documentation of those APIs. As a beginner, I was able to understand the…

    by

    in