Browsing Category
Software
12430 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
Do LLMs Have Distinct and Consistent Personality? TRAIT: Personality Testset designed for LLMs with Psychometrics
This is a Plain English Papers summary of a research paper called Do LLMs Have Distinct and Consistent…
This Month in Solid #5: Data APIs RFC 😎
Hello friends 👋 July has arrived! This means it is time for the fifth issue of This Month…
Text I/O vs. Binary I/O
Binary I/O does not involve encoding or decoding and thus is more efficient than text I/O. Computers do…
When to use `link_to` and `button_to` in Rails
This article was originally published on Rails Designer This article about forms inside forms triggered a question from…
I’m Under DDoS Attack
Since the moment I started building my website, I have always considered the possibility of it being targeted…
Unveiling the Secrets: How Next.js Powers Exceptional SEO for Your Web App
Next.js has emerged as a powerful framework for building modern web applications. Beyond its capability to create dynamic…
Online Knowledge Distillation: Advancing LLMs like Gemma 2 through Dynamic Learning
Large Language Models (LLMs) are rapidly evolving, with recent developments in models like Gemini and Gemma 2 bringing…
🎆 Light Up Your Browser: Creating a Dazzling Fireworks Display with JavaScript and Canvas 🚀
Hey there, fellow code enthusiasts! 🎉 Are you ready to add some sparkle to your web projects? Today,…
How to Vertically Align Content with Tailwind CSS Across a Full-Screen Div
Vertical alignment can often be a challenge in web design, but with Tailwind CSS, you can easily align…
Load Balancers in AWS
Load balancers are servers that forward traffic to multiple servers downstream. They are crucial for distributing incoming traffic…