Browsing Category
Software
12307 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
SQL to Python Pandas: A SQL User’s Quick Guide
In this post, we will compare the implementation of Pandas and SQL for data queries. We’ll explore how…
Build your first custom AI-powered application with LangChain
About LangChain Using language models like ChatGPT and Bard is simple, but making full AI applications often means…
React vs. Vue: Choosing the Right Framework for Your Single-Page Applications
Are you torn between React and Vue for your single-page application (SPA) project? Each has its own set…
Migration of a Dynamic Website to a Static Website
Photo by Sai Abhinivesh Burla on Unsplash In the previous two articles (Migration from Classic Hosting to Serverless…
The best and fastest cli generator for .ignore files
I developed cli generator for .ignore files with using Golang I want to invite you to visit my…
Getting started w/ Google’s Gemini Pro LLM using Langchain JS
Building AI-powered Applications w/ Javascript using Langchain JS for Beginners In the previous blog post ⬆️⬆️⬆️, we talked…
Caption This! 🤔💭
Ready to unleash your inner wordsmith? We need your wit to crack the code behind this picture-perfect scene.…
A arte do erro sem mensagem: por que meu código Python interpretou minha variável como tupla ao invés de int
Primeiramente, preciso agradecer imensamente a ajuda da @jesstemporal. Ela quem me apoiou no entendimento do meu código e…
Is Javascript Object.groupBy() worth the hype? let’s find out
With the upcoming release of NodeJS 21, we’re getting an exciting new method that should make our object…
HTML can do this? Part 1
Welcome to my HTML can do this series, part 1. In keeping with my GitHub-Can-Do-This series, today I…