© 2022 Hashnode
#deployment
Are you new to the Web3 domain and everything seems so overwhelming to you??? Are you just stuck in trying to understand what's going onn in the 'deploy.js' code ??? Don't worry Bro I got your back😉…
Deploying to Render might be a more straightforward process than Heroku. These days I find Render cooler because they manage a lot for us and you can easily deploy your web app in just a few minutes. …
Cloudfare Pages and Vercel are one of the best platforms for freely hosting Front-end apps. Making a decision between the two can be quite confusing. Today, we are going to compare the two platforms b…
Microservices will change. This is inevitable. But how do you manage that change to ensure your consumers don’t feel unnecessary disruption? Alternatively, what best practices can you follow to make m…
An OpenAPI definition has to be deployed to API Management. The deployment is done with Terraform. Will an updated OpenAPI definition also update API Management API and operations? The entire code can…
Last week, we looked at how to build and deploy websites on some No-Code Platform such as Carrdand Webflow. Today, we will be discussing how to build and deploy a Next.js Blog on Vercel. Compared to …
Microservices architecture is the most popular trend in application development. It’s a great way to develop faster and deliver better solutions for your customers and users. Deploying microservices i…
Okay, I must admit that Terraform is not obsolete after this tutorial, neither Kubernetes, Azure Pipelines, Ansible, Pulumi nor Docker. I just want to show how you can deploy your first Node.js stack …
Building RESTful APIs using micro-service architecture is a very common practice now. However, if the correct ecosystem is not in place to support running these services in production, maintenance bec…
In a traditional software development workflow, whenever there are updates or feature releases to be made, they are typically tied to a single major deployment to production. As a result, the frequenc…