Browsing Category
Software
12436 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
Kotlin Coroutine mechanisms: launch v. async
Examining join, await, coroutine behavior through playful examples Art by lavnatalia This series serves as spin off from Programming…
Result Pattern
The use of exceptions in C# is basically okay, but you should be careful not to use too…
Building a Remote Team Management Assistant Lyzr SDK
Managing a remote team can be challenging, especially when it comes to maintaining communication, tracking progress, and fostering…
Make your own music downloader website
How I Built My Music Downloader Site Creating my music downloader site was an exciting and educational journey.…
How it’s Made: GenType Alphabet Creator
One of our newest experiments in the series is GenTypeGenType. This tool uses generative AI to create an…
Babylon.js Browser MMORPG – DevLog – Update #8 – Syncing combat animations, sound and damage text
Hello, This time I was upgrading combat mechanics. I worked on syncing animations between clients, showing combat text…
I made a application, which shows you a film🍿 based on your mood.
Hello everyone, I made a small application, the idea of which is to show a selection of films…
Generating replies using Langchain multiple chains and Gemini in NestJS
Introduction In this blog post, I demonstrated how to generate replies with multiple Langchain chains. Buyers can provide…
KotlinConf ‘24 Highlights Summary Build with Gemini
https://blog.jetbrains.com/kotlin/2024/05/kotlin-roundup-kotlinconf-2024-keynote-highlights/ Google Gemini generated this summary using the Flash Gemini 1.5 model. KotlinConf Keynote Highlights: Hadi Hariri, VP of…
How to Build an AI Chatbot with Python and Gemini API: Comprehensive Guide
In this article, we are going to do something really cool: we will build a chatbot using Python…