• Install MongoDB6 Ubuntu LTS

    MongoDB is a popular NoSQL database system that is used by many companies around the world. It offers a flexible and scalable solution for modern applications. Its popularity stems from its ability to handle large datasets, support complex data structures and provide high performance. However, the installation process can sometimes be daunting, especially for those […]

    Read More
  • 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 […]

    Read More
  • Blockchain For Dummies – Cryptocurrency, Banking, Supply Chain Management

    Blockchain is a technology that has the potential to transform a wide range of industries and disrupt traditional business models.

    Read More
  • Web Design with CSS Grid Layout

    Web design has witnessed revolutionary innovations, and CSS Grid Layout is one of the vital advancements in this domain. It is a two-dimensional layout model that enables designers and developers to create complex layouts with rows and columns, making it easier to design web pages without relying on floats or positioning. What is CSS Grid […]

    Read More
  • Permalink Issues & Fixes in Local WordPress Development

    In the world of web development, WordPress is a popular platform that powers millions of websites across the globe. It offers a user-friendly interface and a plethora of plugins and themes, making it a favourite choice among developers and site owners alike. However, like any other technology, WordPress development can sometimes present challenges. One such […]

    Read More
  • Block RESTAPI access to your WordPress site

    Read More
  • CSS Blend Modes for Modern Web Design

    In the fast-paced world of web development, CSS blend modes have emerged as a go-to tool for creating stunning, dynamic and modern web design elements. These nifty techniques can help you craft engaging visuals, apply impressive effects and truly unleash your creativity. Here we’ll delve into the world of CSS blend modes, covering what they […]

    Read More
  • New and Useful Features of HTML5 for Modern Web Development

    HTML5 has brought a plethora of features that have significantly enhanced web development. These new and useful features of HTML5 not only simplify the development process but also offer advanced functionalities that were either impossible or very hard to achieve with the previous versions of HTML. Here we will explain some of these important features, […]

    Read More
  • Event Loop & Callback Queue

    Delve into the inner workings of the JavaScript event loop and callback queue and learn how to optimize your code for better performance.

    Read More