Vineeth J Nairmodule-federation.hashnode.dev·12 hours agoCommon Programming Problem-Solving Techniques and Patterns in JavaScriptIn the world of programming, solving problems efficiently is a critical skill. JavaScript, being a versatile language, offers multiple ways to tackle challenges. This blog explores some common problem-solving techniques and patterns in JavaScript, eq...Programming Tips
esProc Desktopesproc-desktop.hashnode.dev·21 hours ago#120 — Group by SegmentProblem description & analysis: Here below is a data table: Task: We want to count the number of people in each of the following score segments respectively: below 50, 50–60, 60–70, 70–80, 80–90, and above 90. Solution: Use SPL XLL and enter the fol...10 likesexcel
Ahmed Razaahmedrazadev.hashnode.dev·Dec 23, 2024Mastering Time Handling in Go: Libraries, Tips, and ExamplesEfficient time management is critical in application development, whether for scheduling events, calculating durations, or formatting timestamps. Go’s time package offers a robust foundation for working with dates and times, while third-party librari...Programming Blogs
Ahmed Razaahmedrazadev.hashnode.dev·Dec 22, 2024Essential JavaScript Libraries Every Developer Should KnowJavaScript libraries are indispensable for modern web and application development. They streamline the development process, saving time and effort by offering pre-written code for various functionalities. In this article, we’ll explore the must-know ...JavaScript
Ian Oliveiraianoliveira.hashnode.dev·Dec 21, 20246 Livros que li e que você deveria ler em 2025 para ser um engenheiro de software melhorFala, devs! O fim de ano está chegando e nada melhor do que começar a planejar as metas de leitura para o próximo ano. 📚 Que tal aproveitar 2025 para investir no seu desenvolvimento como engenheiro de software? Existem várias maneiras de consumir co...resumo de livros
Hichem Taboukouyouthichemtech-dev-stories.hashnode.dev·Dec 21, 2024Beyond Type Safety: making TypeScript smarter by Building a Runtime PickerDisclaimer Hey, before we get started, let me clarify something: while I’ll be talking a lot about my package, ts-runtime-picker, this isn’t a promotional article. I’m just sharing my experience and the journey I took before building it. (But hey, i...Programming Blogs
Tiger Abroditigerabrodi.blog·Dec 21, 2024Performance PrinciplesIntroduction When I think about performance, it's not rocket science. Lately, I've been thinking a lot about what performance means and questions you can ask to identify performance improvements. Some of the stuff applies to all fields in programming...153 readsperformance
Suhas Khobragadesuhaasya.hashnode.dev·Dec 21, 2024A Beginner's Guide to Simplifying Go API ValidationWhen building large web applications, one of the common tasks developers face is validating request body parameters and query parameters in APIs. Writing validation code for every single API can quickly become tedious and error-prone. In this tutoria...1 likeGo Language
Ahmed Razaahmedrazadev.hashnode.dev·Dec 21, 2024Cryptography and Its Importance in the Modern WorldCryptography is the science of securing communication and data by transforming it into an unreadable format, making it accessible only to those who possess the proper decryption keys. As digital communication and online transactions have become integ...Cryptography
Anukam chidaluclemas.hashnode.dev·Dec 20, 2024Click with Caution: A Beginner’s Guide to Cybersecurity“CTU’s been breached. A worm’s erasing files faster than we can back them up.” You might have heard lines like this in movies and shows like 24, Westworld, Scorpion, and Mr. Robot. Growing up, I enjoyed watching sci-fi and tech shows. Cybercrime sho...#cybersecurity