Browsing Category
Software
12334 posts
Software Engineering & Development Frameworks
This hub covers practical engineering frameworks, development processes, and system design approaches used to build scalable and reliable systems.
You’ll find how-to guides, architectural breakdowns, and real-world insights focused on backend systems, cloud software, and modern developer tooling.
This content is designed for engineers, technical leads, and teams working on production-scale applications.
Key Engineering Guides
Looking inside GPT-Synthesizer and the idea of LLM-based code generation
GPT-Synthesizer GPT-Synthesizer is an open source tool that uses GPT for software generation. In this post, instead of…
Javascript: Nullish Coalescing vs OR operator
First of all, what is a Nullish Coalescing operator? It is the following operator: ?? Now let’s explore…
Data Science Project For Measuring the Success of an Instagram TV Product.
In my role as a Product Data Scientist, evaluating the success of an Instagram TV (IGTV) product involves…
Building an AI Chatbot using Flutter with Makersuite and Palm API: A Step-by-Step Guide
Artificial intelligence (AI) has revolutionized how we interact with technology. One of the intriguing innovations in the world…
Give credit to Open Source Contributors
Tables like this one are in a lot of repositories, giving well deserved credit to their contributors. And…
In-Flight Collaboration With The Livecycle Docker Extension
TL;DR We’ve launched our new Docker Extension! Developers use it to share local dev environments and get feedback…
Tailwind & Django – Free Starter
Hello Coders! This article presents an open-source Tailwind & Django project styled with Flowbite, a popular UI Library…
NoSQL Databases
NoSQL databases, often called “Not Only SQL” databases, are a different breed of databases built to handle unstructured…
First Hacktoberfest PR
In the first days of October, I participated in my first Hacktoberfest. The primary objective of this event…
Creating a Q&A Bot Quickly in Google Colab with Makersuite and PaLM API
To build Q & A bots, we must create the underlying language model ourselves. However, this can be…