Abderahmane Katebabderahmane-kateb.hashnode.dev·Sep 25, 2023Mastering React Native: Learning and Creating Tic-Tac-Toe 📚🎮Hello and welcome to a new day of my journey in learning React Native. Today, I came up with a new project that I've been working on while following the guidance of Professor Hitesh Choudhary. I've learned several things and improved in various aspec...DiscussReact Native
Elucian MoiseforProgramming Snippetssagecode.hashnode.dev·Sep 19, 2023ASM Logic OperationsA logic operation is a Boolean operation that performs logical computations on Boolean variables (variables that can only have two values: true or false, 1 or 0, etc). The main types of logic operations are: AND: Returns true if and only if both ope...DiscussAssembly FundamentalsAssembly
Sue Donimussue.hashnode.dev·Aug 11, 2023The Importance of Thought ExperimentsThought experiments are a very valuable tool for truth-seeking as they can lead you to uncharted territories of understanding, guiding your mind through the labyrinthine corridors of logic, ultimately unveiling profound insights that challenge assump...Discuss·49 readsPhilosophy
Dennis kestonedenniskestone.hashnode.dev·Aug 3, 2023The vowel caseSolving code wars kata problem: replacing vowels with numbers. In this problem, we are required to replace vowels in a given string with some numbers and reverse it if required. Here is the problem: Step 1: Create a function called encode() to replac...DiscussJavaScript
Dristanta Silwaldristantasilwal.hashnode.dev·Jun 7, 2023Component State and Event Handlers in ReactWhen developing web applications using React, two essential concepts to understand are component state and event handlers. These concepts are fundamental to building interactive and dynamic user interfaces. In this article, we will explore what compo...DiscussReactReact
Sue Donimussue.hashnode.dev·May 31, 2023Truth-Seekers, Nutjobs, and SheepIt recently dawned upon me that there are three useful categories for identifying how people approach ideas. This article is my attempt to float this categorization around and I hope that this categorization will be improved upon in the future. Intro...Discuss·81 readsPhilosophy
Shahed Alkhateebshahedai.hashnode.dev·May 26, 2023Python for KidsIn today's digital age, coding has become an essential skill, and Python, with its simplicity and versatility, is an excellent language for kids to start their programming journey. Learning Python not only introduces children to the world of coding b...Discuss·29 readsPython
Harsh Mendaparaacademic.hashnode.dev·May 16, 2023How to think logically in our daily lifeWhen we work with our task or try to do brainstorming, it becomes difficult to get the solution. If we write any code, sql query, configuration change etc we required a lot of information and guidance in live project. Writing in notebook and making n...Discuss·1 like·28 readslogic
Devansh Varshneydevanshvarshney.hashnode.dev·May 14, 2023How Logic and Proofs helped designing Logic Gates in Classical ComputerThis is the part of first lecture of my series DSA: The Way I Wanted YouTube explanation link for the same- https://youtu.be/GFBIMBUjxfQ First, we are going to start with logic because it is a branch of mathematics and philosophy concerned with reaso...Discusslogic
Romeo Peterromeopeter.hashnode.dev·May 4, 2023Binary Search Algorithm in PythonHello guys, I'm back with another one: Phone Book Binary Search With Python. Before we get started, I want to tell you what brought about this idea. A programmer friend (more of an acquaintance) shared a link on Whatsapp to Harvard's university CS50 ...Discuss·1 likealgorithms