Implementing Micro Frontend Architecture in the Web App
Micro-frontend Architecture: A Microservice Approach to Developing Web Apps Front-end development is crucial in deciding a web app’s interactiveness. There are various elements attached to the front-end development. Micro-frontend architecture is a prominent and new-age approach to front-end development. It becomes significant when a web app is split into self-contained components. Though these components are […]
Read MoreHow to Install & Run Node/React app as an Exe file?
To Install and Run Node/React app as an Exe file We’ll need the following prerequisites: NodeJS and npm installed. https://docs.npmjs.com/downloading-and-installing-node-js-and-npm A demo Node App https://medium.com/@diogo.fg.pinheiro/simple-to-do-list-app-with-node-js-and-mongodb-chapter-1-c645c7a27583 Inno Setup Compiler https://jrsoftware.org/isdl.php Bat to exe converter https://bat-to-exe-converter-x64.en.softonic.com/ Step 1 : Make Sure the Node app is installed and ready to launch. Run the install command mentioned in the […]
Read MoreHow to setup CI/CD with GitHub Actions for a React App with AWS EC2?
Here’s a tutorial on how to create a simple CI/CD with GitHub Actions for deploying React applications. Getting started GitHub Actions allows you to automate, customise, and execute software development workflows right in your GitHub repository. A workflow is a configurable automated process made up of one or more jobs. You can configure your workflows […]
Read MoreWhy do you need API Testing & Why does it matters?
What is API testing, why is it important, and what should you know about it? API stands for Application Programming Interface in its most basic form. An API is a collection of procedures, functions, and other points of access that a program, operating system, library, or other pieces of software makes available to programmers so […]
Read MoreHow to implement Micro Frontend Architecture in your web app?
Micro frontend is a small program that operate together to produce a bigger application. They are usually segmented by subdomain or feature. Before getting into Micro frontend, it’s essential to understand what micro front-end are and why they’re crucial. Mainly they are architectural as “An architectural style where separately deliverable frontend programs are composed into […]
Read MoreTop 5 Tech Stacks for Scalable Web Applications in 2022
To start with, a tech stack is a collection of technologies used to create a single working web application. It is a collection of programming languages, frameworks, libraries, patterns, user interface/user experience (UI/UX) solutions, and frontend and backend tools connected via APIs. A secret tech stack underpins fast and scalable websites. But how can you […]
Read MoreHow CI/CD Pipelines for Development Businesses Can Survive in a Post-Corona Economy
If your company is considering moving to continuous integration and delivery (CI/CD) style of software development, the first question you may have is if this is a smart idea. Shifting and training your employees will require time and money, but it’s not always apparent what the benefit will be or when you’ll see any return. […]
Read MoreWays CI/CD Can Increase Your Productivity
Okay, let’s get this complexity broken into pieces to understand that the modern DevOps teams need an effective continuous integration (CI) and continuous delivery (CD) pipeline to keep up with the fast-changing technology landscape. If you know the agile concepts, it aids in a promising CI/CD pipeline that may shorten the software development life cycle, […]
Read More