This article will take you through the steps required to prepare a Next.js application for production and deploy it onto an Apache server running on an Amazon Web Services (AWS) EC2 instance. I…
Today, we will explore the power of variables in Terraform and how they can enhance the flexibility and reusability of our infrastructure code.
'How to choose technology stack?' is a question that every startuper asks when starting a new project. Our article will try to give you an answer to this question.
Append primitive values, arrays, objects, and files to a FormData in JavaScript. Follow this tutorial and become a FormData master!
This article provide detailed comparison of AWS Lambda and AWS Batch which helps in making choice of AWS Batch or AWS lambda for computation of workloads
A guide (with examples) on how you can use the useParams() hook to improve your web applications.
Recently, I improved the design of my Web Highlights app's dashboard by showing a link preview for each highlighted page. Here is what the new design looks like: In this article, I want to share how…
A collection of useful public APIs you can use in your Python project
A guide on how to create a simple React dropdown component using TypeScript.
A JavaScript app to solve sudoku puzzles using backtracking
Part 2: Build a front-end visualization for your search engine
Servers on AWS provide certain levels of security for users. That’s great. But too many security concerns may cause your daily operations less convenient. A good example is that you need to provide…
How I calculated the average annual expected returns of stocks using Python
Learn how to edit your favorite SVG in Figma and render it as a React component, to animate it using CSS.
End-to-end guide to semantic cluster analysis with Word2Vec
A tutorial on building an Internet Performance and Network Speed Tester.
Python projects for beginners. Webcam access using python.
Recently, I have been learning TypeScript (an open-source language that builds on JavaScript) by creating a few applications. One of the things I needed to learn was how could I import modules and it…
Taking a script from rough sketch to maintainable production code.
The diagram below shows you what exactly I will create in this tutorial. I will create a cluster in one region spreading instances across three availability zones. All instances will be isolated…
JavaScript is a powerful language because you can write an entire software without adopting any other programming language at all. var used to be a way to declare variables in JavaScript. However…
In this article we are going to create an invoice in NodeJS in the most easy way possible. We will be using the NPM library EasyInvoice.
How to set up your Python development environment on Windows Subsystem for Linux (WSL)
Using Auto PY to EXE we can convert .py files to .exe files very easily. This way our Python project will act as a desktop application. And we will be able to run the application on other windows…
Cordova is a cross-platform tool used to develop a Hybrid App. Hybrid apps using Cordova are web apps written using HTML, CSS, and any JavaScript framework/library. Cordova is responsible for…
Amazon Elastic Kubernetes Service (Amazon EKS) is a fully managed Kubernetes service offering from AWS.It provides high availability and scalability for the Control Plane to run across multiple…
If you are a programmer, there is a high chance that you are using the Visual Studio Code for your development. It is a free source code editor released in 2015, developed by Microsoft and runs in…
A single tool to develop, demonstrate, and document your UI components
Call and cache data returned from HttpClient. Caching data will speed up your web/app. Let's understand how! HttpClient returned an observable. To cache, we need to combine that observable with…
To build APIs in Node.js we will use Express.js framework. Any other framework can also be used but Express.js is very popular when using Node.