Alan Vargheseblog.alanvarghese.me·Jan 19, 2025FeaturedDon't be a ticket engineer.Imagine one day, you’re scrolling through your Jira tickets, and the latest ones are marked as resolved — by AI. Why wouldn’t it be? If it had access to the code, understands the requirements, and has been trained on previous human input, it’s perfec...34 likes·124 readssoftware development
Khushi TrivediforKeploy Community Blogkeploy.hashnode.dev·Jan 20, 2025FeaturedYAML vs YML: Developer’s Guide to Syntax and Ease of UseIt sounds funny to know, but YAML stands for "YAML Ain't Markup Language." Well, contrary to its unserious nomenclature, it’s considered a pretty widely used data serialization format known for good human readability and scalability. The theory becom...39 likes·121 readsYAML
Manoj Kulkarnitesting76.hashnode.dev·14 hours agoOptimizing Performance And Cost Choosing BetweenOptimizing Performance and Cost: Choosing Between RAG, Long-Context LLMs, and Hybrid Approaches like Self-Route In the previous article, we delved into the architectures, strengths, and weaknesses of Retrieval-Augmented Generation (RAG) and Long-Cont...ai agents
Manoj Kulkarnitesting76.hashnode.dev·12 hours agoComparing Rag And Long Context Llms PerformanceComparing RAG and Long-Context LLMs: Performance, Cost, and the Emergence of Hybrid Approaches like Self Route In the previous article, we delved into the architectures, strengths, and weaknesses of Retrieval-Augmented Generation (RAG) and Long-Conte...ai agents
Rijul Rajesh T Prijultp.hashnode.dev·8 hours agoThe Tool That Cut My Frontend Development Time and Elevated My UI GameAs a developer, I'm always on the lookout for tools and strategies that help me save time without sacrificing quality. Recently, I discovered shadcn components, and they have been a game-changer for my projects. Here's how I leveraged them to not onl...50 likesProgramming Blogs
Arya M. Pathakarya2004.hashnode.dev·7 hours agoUnderstanding Linux Cron for Task Scheduling (with Golang Example)Cron is a built-in utility on Linux and Unix-like systems. Its main purpose is to schedule and automate tasks (known as jobs) so that you do not have to run them manually. These automated tasks can include sending emails, cleaning up files, monitorin...20 likesGo Deep: Mastering Golang FundamentalsLinux
MAADA Loukmaneloukmanemaada.hashnode.dev·9 hours agoUnlocking Java's Strategy Pattern: Streamline with Lambda ExpressionsIntroduction Hey there! Let's dive into design patterns—specifically, the Strategy Pattern. Once you get the hang of it, you'll start seeing it everywhere. The Strategy Pattern is all about defining a group of algorithms, wrapping each one up, and ma...20 likesJava
Opaluwa Egahi-ojoegaheee.hashnode.dev·7 hours agoHow to Host a Static Website on Amazon S3Using Amazon S3 to host a static website is revolutionary. Imagine being able to launch your website at a reasonable cost without having to worry about server management. Your HTML, CSS, JavaScript, and other static files may be served straight from ...10 likesAWS
Balraj Singhproduct-requirement-document.hashnode.dev·8 hours agoMastering Task Management: A Comprehensive Guide to Building Your Todo AppObjective: Streamline Your Day with a Powerful Todo App The aim of this project is to create a Todo Web App designed to help users efficiently organize their daily schedules. It will support them in managing their daily objectives and commitments. Th...10 likesTask organizer
Vishesh Kakadiyadata-transfer.hashnode.dev·9 hours agoCSS Specificity Algorithm: The Magic Behind Style Conflicts 🎨Have you ever written CSS and wondered why one rule gets applied over another? That’s where CSS specificity comes in. It’s like the referee in a boxing match, deciding which rule takes precedence when multiple styles target the same element. Let’s br...21 likesChaiCode
Priyansu Dashlearn-flexbox-of-css.hashnode.dev·9 hours agoMastering CSS Flexbox: A Comprehensive Guide to Modern LayoutsBefore diving into CSS Flexbox, let’s first understand what Flexbox is. The word "Flexbox" can be broken down into two parts: "flex," which stands for flexibility, and "box," which refers to a container. Whenever I write a blog, three questions alway...11 likesChaiCode
Prateek Joshiforprateekjoshi.hashnode.dev·13 hours agoHow We Built a Scalable FastAPI Backend for Our AI Product: Zero to Production🖖 Prateek Joshi and Akhil Kalwakurthy As AI engineers building complex machine learning systems, we often face a critical challenge: creating backend infrastructure that's both performant enough for real-time AI processing and maintainable enough fo...1 like·30 readsBuilding Your AI Blog Assistant: From Development to DeploymentFastAPI