Delve into the inner workings of the JavaScript event loop and callback queue and learn how to optimize your code for better performance.
Blog
DevOps: Infrastructure, Automation, Monitoring
Explore the essential pillars of modern DevOps: infrastructure, automation and monitoring and learn the best practices…
High-Availability WordPress on Azure : Deployment
Learn how to deploy a high-availability WordPress website on Azure, ensuring robust performance, scalability and security for your online presence.
Conversion Rate Optimization Best Practices
Implementing conversion rate optimization best practices is crucial to driving growth and enhancing the organization’s digital performance…
Building a React Native App with Cached API Calls
Learn how to improve your app’s performance and reduce server load by caching API calls in your React Native app. Improve your app’s speed and efficiency today!
Setup CI-CD Pipeline in AWS
In the world of software development, the ability to quickly and reliably deploy code changes is crucial. This is where Continuous Integration/Continuous Deployment (CI/CD) pipelines come in. A CI/CD pipeline is a set of automated processes that allow developers to quickly build, test, and deploy code changes to production environments. This post explains the steps… Continue reading Setup CI-CD Pipeline in AWS
Create A Serverless Webservice Using DynamoDB and Lambda Function
Serverless architecture is ideal for building simple, scalable, and cost-effective applications, such as a RESTful API for a web or mobile application. This is because you only pay for the compute time consumed by your functions. Additionally, this architecture is great for building microservices, which allow you to break down a monolithic application into smaller,… Continue reading Create A Serverless Webservice Using DynamoDB and Lambda Function
Top five essential figma plugins
Figma is a cloud-based vector graphics editor and prototyping tool that is quickly becoming one of the most popular choices among UI and UX designers. It allows for real-time collaboration and has a range of features that make it easy to use, flexible, and efficient. With the ability to create responsive designs and animations, export… Continue reading Top five essential figma plugins
Fetch API And Store To JSON File In WordPress Every 15 Minutes
In this previous post we managed to fetch the endpoint and store the response in a JSON file in wordpress as a static file. We have hooked the api calls to wp_footer which can put tremendous load to server as that will get executed on every new pageload. Hence we are trying to fetch API… Continue reading Fetch API And Store To JSON File In WordPress Every 15 Minutes
Top Chrome Extensions For Developers
If you’re a developer working in Google Chrome, chances are you’ve already discovered the wealth of extensions available to make your life easier. But with so many options out there, it can be overwhelming to try and figure out which ones are worth your time. That’s why I have put together a list of my… Continue reading Top Chrome Extensions For Developers