Nicsady Ngwenyadeegemini.hashnode.dev·8 hours ago404 ErrorIntroduction Have you ever wondered why the internet decided to make "404" the official code for a page not found?🤔 I mean, out of all possible numbers, why not 400? Or 123?🤷♀️ Turns out, there’s a room behind this mystery. Literally. Let’s dive ...4 likesProgramming Blogs
Akash Hajjargelearning-journey.hashnode.dev·11 hours agoDay 16 : 23/12/2024 : My Skill Up JourneyPhew!!!! Day 16 of my learning journey in Coding, Game design and languages. Extensive study of C and JS languages. Game design I am creating a 2D/3D level for “plant the bomb” game objective. And learning Japanese from Zero! and revisiting English l...Game Development
Saurabh Dhariwalsaurabhdhariwal.hashnode.dev·14 hours agoExtending Wagtail: How to Create Custom Blocks and StreamField TypesWagtail is a powerful and flexible, open-source content management system (CMS) built upon Django, for developers and editors alike. One of its standout features is the StreamField, which gives developers the flexibility to create content in structur...wagtail
Fabrice Sangwafabricesangwa.hashnode.dev·17 hours agoAllez plus loin avec pythonIntroduction Cette collection de scripts Python propose des solutions pratiques pour des tâches variées, allant de la gestion de fichiers multimédias à l'interaction avec des APIs, en passant par des outils de surveillance ou d'analyse. L'objectif pr...1 like·27 readsPython
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
Adam Urbanurbanisierung.hashnode.dev·a day agoStay ahead in web development: latest news, tools, and insights #64Signup here for the newsletter to get the weekly digest right into your inbox. weeklyfoo #64 is here: your weekly digest of all webdev news you need to know! This time you'll find 38 valuable links in 8 categories! Enjoy! 🚀 Read it! React Like a Pr...Developer
Pratham Saxenaprathamsaxena.hashnode.dev·Dec 22, 2024Why are Software Issues Called Bugs?Introduction A software issue refers to any problem that alters the intended purpose of a computer or disrupts the functionality of the software. For example, if a form submits data to the server with blank entries or fields, it results in wasted ser...Bugs and Errors
Christopher Ositakizzycode.hashnode.dev·Dec 22, 2024What is Siitecch?Siitecch is an online learning platform designed to help beginners master full-stack development using JavaScript. It provides a structured pathway to learn HTML, CSS, JavaScript, React.js, Node.js, Express.js, and MySQL all in one place. The platfor...Siitecch
Aastha Saxenaaasthasaxena.hashnode.dev·Dec 22, 2024Why Every Developer Needs Code Reviews: Insights for Writing Better CodeImagine you’re working on a critical feature. You’ve written the code, tested it, and everything seems to work perfectly. But then a senior developer reviews your code and points out something small yet significant—a better way to handle an edge case...1 like·33 readscoding
ASSIA EL BOUSSANNIassiaelboussanni.hashnode.dev·Dec 21, 2024System Design Part 1Introduction In addition to coding interviews, system design is a crucial component of the technical interview process at many tech companies. In this post, I will provide you with a basic understanding of common system design principles, including w...System Architecture