Siddhartha Soxyprogrammer.com·Nov 18, 2024FeaturedUnderstanding CQRS and Event Sourcing: A Path to More Robust Distributed SystemsIntroduction Distributed systems are all the rage these days! With system design gaining traction in the software world, everyone is eager to learn and implement distributed systems. They (Distributed Systems) undoubtedly have their merits and provid...Discuss·16 likesDistributed Systems#CQRS
Basavaraj Patilbasavarajrp.hashnode.dev·Nov 19, 2024FeaturedThe Complete Guide to Understanding Webpack Chunking1. Introduction to Webpack Chunking What is Chunking? Chunking in Webpack is a vital optimization technique for improving the performance of web applications, particularly for reducing initial load time and enhancing user experience. Real-World Scena...Discuss·18 likes·210 readsWebpackwebpack
Graham Boylegreyboyle.hashnode.dev·Nov 16, 2024FeaturedEasy React Animation with GSAPAre you tired of static web applications? Want to stand out from the v0.dev bot crowd with eye-catching animations? Popular websites like Awwwards, Dribbble, and Behance use GSAP to create engaging user interfaces. By the end of this article, you'll ...Hillary Ekpenyong and 2 others are discussing this3 people are discussing thisDiscuss·78 likes·190 readsGSAP
Mr. Ånandastrodevil.hashnode.dev·Nov 15, 2024FeaturedManage Permissions in a Langflow Chain for LLM Queries using Permit.ioAI technology is advancing faster than ever, and managing access control and permissions within large language model (LLM) workflows is crucial, mainly when you’re dealing with sensitive data or optimizing resource usage. Without a well-structured ac...Discuss·22 likes·59 readsllm
Nicole Parkejolie.hashnode.dev·Nov 8, 2024FeaturedDeveloping iOS & Android Home Screen Widgets in Flutter 🪄I’m currently developing a healing journaling app called Sunrise ☀️ using Flutter. Since it’s my first time building an app, I’ve encountered numerous challenges and moments of trial and error throughout the process. Among all the features, developin...Discuss·25 likes·1.2K readsFlutter
Didik Tri Susantoblog.didiktrisusanto.dev·Nov 11, 2024FeaturedBuilding Simple Real-Time System Monitor using Go, HTMX, and Web SocketI was finding a fun project to work with Go, HTMX, and Tailwwindcss and ended up built a simple real-time web based system monitor with the power of web socket. Here’s the result. It shows system information, memories, disk, CPU, and running process...Discuss·15 likes·252 readsGo Language
Snehangshu Bhattacharyablogs.snehangshu.dev·Nov 12, 2024FeaturedA Step-by-Step Guide to Advanced Task Scheduling using Celery Beat and DjangoIn my asynchronous Python blog, I explored multitasking, distributed computing, and related best practices. But sometimes we need to run programs in a periodic manner, where running tasks in parallel does not matter. In many applications, periodic ta...Discuss·29 likes·190 readscelery
Debajyati Deydebajyatidey.hashnode.dev·Nov 9, 2024FeaturedTop 9 Rust Based CLI Tools You Need to Try Now!Summary of the Content Prior to Reading the Article In this article, we explore a selection of Rust-based command line tools that enhance the Linux ecosystem with improved performance and modern features. These tools, including exa, fd, bat, ripgrep...Arindam Majumder and 4 others are discussing this5 people are discussing thisDiscuss·88 likes·272 readsLinuxcliVery informative!! 10
Dev Shekhawatdevcodesthings.hashnode.dev·Nov 9, 2024FeaturedLet's Talk About Web Accessibility: It's Not About Edge Cases, It's About HumansHere's a truth bomb: Every time someone says "we'll add accessibility later," they're really saying "we don't want these users now." Harsh? Maybe. True? Absolutely. Let's talk about why accessibility isn't just a checkbox on your QA list – it's your ...Shad Mirza and 2 others are discussing this3 people are discussing thisDiscuss·43 likes·242 readsWeb Development
Arya M. Pathakarya2004.hashnode.dev·Nov 7, 2024FeaturedUnpaired Image-to-Image Translation with CycleGAN: A Technical Deep DiveIn the field of computer vision, unpaired image-to-image translation offers the unique ability to map images from one style or domain to another without requiring paired data. Traditional paired image-to-image translation tasks, such as those handled...Soothfy App and 1 other are discussing this2 people are discussing thisDiscuss·26 likes·209 readsThe GAN Guide: From Basics to BreakthroughsArtificial Intelligence