Deon SlabbertProbecomingaprogrammer.blog·Nov 28, 2023Database Design Gone BetterIn the previous article, we created a spreadsheet acting as a database. This poorly designed database invited insert, update and delete anomalies. We also looked at the problems that null values can cause. In this article, we will attempt to remedy s...DiscussDatabase Design Fundamentalsdatabase design
Shohanur Rahmanshohanur.hashnode.dev·Nov 27, 2023Fundamentals of JavaJava Data Types In Java, data types are crucial for defining the nature of variables. There are two main categories: Primitive Data Types: int: Represents integer values. double: Stores decimal numbers. char: Holds a single character. boolean: Re...DiscussJava (All you need to know)Java
Richard Emijerethe-codeinn.hashnode.dev·Nov 20, 2023Overview of Software EngineeringWelcome to the comprehensive journey through the landscape of software engineering. In this exploration, we will delve into the evolution of software engineering, the pivotal role of the Software Development Life Cycle (SDLC), the phases involved, bu...DiscussSoftware Engineeringsoftware development
James 'Dante' Midzidantedecodes.hashnode.dev·Nov 17, 2023Typesafe - An Overused Term That Needs a Reality Check😠 This article is a rant. Nothing more, nothing less. A rant. Of all the internet hype words, this one really gets on my nerves. I didn't mind initially, but now - it is EVERYWHERE!!! Every place I turn, be it articles or YouTube videos, someone i...Discussrant
Bartick Maitihashnode.bartick.me·Nov 5, 2023Understanding JavaScript Concepts: prototype vs. __proto__When embarking on your JavaScript journey, you may have encountered the terms prototype and __proto__. These terms may appear somewhat interchangeable at first glance, leading to some confusion for newcomers. However, they serve distinct purposes in ...DiscussJavaScript
Adejoke Haastrupjastrupgeeky.hashnode.dev·Nov 2, 202310 Essential JavaScript Concepts Every Web Developer Should KnowJavaScript, also known as the "language of the web," is an essential part of web development because it allows developers to create dynamic, interactive, and feature-rich web applications. Understanding the fundamental concepts of JavaScript is criti...Discuss·30 readsJavaScript
Jalaj Bhatttechbyfreshmen.hashnode.dev·Nov 1, 2023Discrete MathematicsWhat is Discrete Mathematics Discrete mathematics, also called finite mathematics, is a part of mathematics devoted to the study of discrete objects or values (i.e countable and separate values) and the relationships that bind them. Lets understand d...Discussfundamentals
Ramon Soragersorage.hashnode.dev·Oct 30, 2023The Unseen Power of Data StructuresImagine walking into a vast library, the kind with towering shelves and millions of books. Now, think about trying to find a specific book without any system in place - no categories, no alphabetical order, just random placement. Overwhelming, right?...Discussdata structures
Elucian MoiseforProgramming Languagessagecode.hashnode.dev·Oct 17, 2023Python BasicsHere is a summary of the basics of Python: Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. It has a simple and easy-to-learn syntax. Some key syntax elements: Uses indentation, rather than braces ...DiscussPython SyntaxBasics of Python
Rohit Pimpaleblogrohit.hashnode.dev·Oct 7, 2023Fundamentals of Machine LearningHare Krishna ☀ In this blog I'll be introducing machine learning concepts that every machine learning prodigy should know it.This blog is completely beginner-friendly and also consists of application of machine learning and real-life examples, and ma...Discuss·20 likes·59 readsfundamentals