Browsing Category
Software
11742 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
How to choose the license of your GitHub repository
Imagine you made a cool toy, and you want to share it with your friends. But you also…
Create a ChatGPT Chatbot from YouTube videos and Podcasts
Last week we had a client that wanted to create a ChatGPT AI chatbot based upon YouTube transcripts.…
Lo que necesitas para iniciar con Gen AI utilizando PaLM 2 y MakeSuite
En este post te explico cómo puedes empezar a trabajar de manera simple y rápida con Gen AI…
Blockchain Dev Decline: Advice for Specialists?
As blockchain development sees a shift, what advice would you offer to developers who previously specialized in this…
Top 5 form validation libraries in React JS and Next JS
Formik is a widely used library for building forms in React, next, and Vuejs as well. It includes…
How I deployed my website as a container
One of the greatest nightmares of developers is the “It’s not working on my machine” problem. I struggled…
Episode 23/38: TypeScript Origins, Reusable Forms, Bun in Angular, Svelte Runes
TypeScript Origins on YouTube explores TypeScript’s early days. Dmytro Mezhenskyi discusses reusable forms, and Brandon Roberts introduces Bun.…
From Converters to Dependency Injection: Navigating Model Migrations
Do you know the three-layer software design? Think of it as tech’s equivalent of a sandwich with neatly…
Mastering Terminal Commands and Jupyter Notebook Shortcuts: Your Complete Handbook
Most developers, relies on graphical user interfaces (GUIs) for their computing needs. GUIs offer a user-friendly way to…
Find out first unique element from array
Hello…, let’s find how how we can find the unique element from an array from an unsorted array…