React Query vs SWR: Which data-fetching solution is right for you?
React Query vs SWR: The basics In the world of front-end development, there are a lot of debates around different technologies
Micro Frontends – The Future of Frontend Development?
Introduction In recent years, there has been a shift in the way we think about building web applications. Rather than building
Reasons why Enterprise can use Nextjs?
What is Nextjs? Next.js is an open-source web development React framework that gives us building blocks to create web applications on
Top 5: Web Application Security Risk (OWASP – 2021)
Introduction In this blog, we are going to cover the top 5 security risks associated with the web application according to
Hands on with Dialog Flow Part 1: Basic Appointment Scheduler Chatbot
Dialog Flow (Earlier api.ai which changed after Google acquired in 2016) is a conversational UX platform enabling brand unique, natural
The complete beginner’s guide to Python
Welcome to the Python Beginner's Complete Roadmap. Whether you're just learning Python or have been making progress for some time,
Decorators in Python for Humans !!
A quick introduction to Decorators in Python and how to use them. Decorators in Python What comes to your mind when you
How to write reusable components in React?
Reusable component is one of the key features which has contributed to the growth of ReactJS, it implies a piece
Beginners Guide to Trunk-Based Development (TBD)
To create high-quality software, we must be able to trace any changes and, if necessary, roll them back. Version control
A Quick Introduction to Code Coverage in Python
Every line of code should be tested after writing it to prevent any last-minute surprises. Additionally, if you have testing