Build a Powerful Query Language with MiniQL and TypeScript
Breaking Free from GraphQL: Introducing MiniQL When it comes to building a project, we’ve all heard the phrase “don’t reinvent the wheel.” But what if the wheel doesn’t quite fit…
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." ― Martin Fowler
Breaking Free from GraphQL: Introducing MiniQL When it comes to building a project, we’ve all heard the phrase “don’t reinvent the wheel.” But what if the wheel doesn’t quite fit…
Unlocking the Power of Recoil: A Step-by-Step Guide to Refactoring Redux Apps Recoil, the new state management library, has taken the developer community by storm, garnering nearly 9,000 stars on…
Getting Started with Firebase and Angular Firebase is a powerful development platform offered by Google, known for its ease of setup and scalability. In this tutorial, we’ll explore how to…
Unlock the Power of Recoil: A Revolutionary State Management Solution Recoil, the brainchild of the Facebook team, is poised to revolutionize state management in React apps. With its simplicity and…
Unlock the Power of Multiple Entry Points in Your React Application As a developer, you’re constantly looking for ways to optimize your code and make it more efficient. One often…
Unlock the Power of Open Distro: A Comprehensive Guide to Querying Elasticsearch with SQL Open Distro is an open-source, enterprise-grade Elasticsearch distribution that offers a robust security option, alerting, integrated…
Streamlining Your Development Workflow with SQLite As developers, we’re always on the lookout for ways to optimize our workflow and boost productivity. One crucial aspect often overlooked is database management.…
Streamline Your NPM Publishing Workflow with Github Actions Are you tired of the tedious process of publishing your NPM package manually? Do you struggle to keep track of versioning and…
Unlocking the Power of Headless Components in React When it comes to building UI in React, components are the building blocks that bring your vision to life. Over the years,…
Simplifying JavaScript Code with Optional Chaining and Nullish Coalescing A New Era of Code Ergonomics JavaScript is about to get a whole lot easier to work with, thanks to two…