Siddharth Aroraarora.hashnode.dev·Oct 6, 2024Javascript Crash Course for Python ProgrammersI'll focus on JavaScript, HTML, and CSS, covering only what's important for your path toward working with react vue or svelte in the future. Since you already have experience with Python and some knowledge of HTML and CSS, I'll highlight the key conc...3 likes·27 readsJavaScript
Ahmad W Khanblog.ahmadwkhan.com·Jul 13, 2024Journey Through the History and Mysteries of Psychology and Mental HealthAh, psychology! The scientific study of how our brains manage to mess with us daily. Whether you're a fan of Freud’s couch or Skinner’s boxes, this field has something for everyone. Buckle up as we embark on a journey from ancient mind tricks to toda...1 likepsychology
SATYAsatya01.hashnode.dev·May 20, 2024HTTP Crash CourseHello Reader, Hope you are doing well ! Before starting the topic and deep diving into it, let me answer you a question, which might pop up in your mind i.e. Why to read this blog ? You use it dozens of time a day without even thinking about it, the ...1 like·44 readsBeginner Developers
Deepam Makwanadeepam.tech·Mar 21, 2024Python FundamentalsThis article contains gists for learning the Python Programming Fundamentals. I believe that you understand more from coding than reading about coding. Below are the most used practical codes in Python. Output # Using Print print("Hello World!") pri...1 like·138 readsPython
Atuhaire Collins Bendaarticles.collinsbenda.com·Mar 4, 2024Dive into Nest JS: The Ultimate Crash Course for The ImpatientA few years ago, I faced a constant struggle: joining new Node.js teams always meant dealing with a unique setup, often inconsistent and complex. This, as you might guess from reading my previous blog post about Node.js setups, could be incredibly ti...32 readsnestjs
Arnav Singharnavzek.hashnode.dev·Mar 15, 2023Next.js 13 Crash CourseThe New App Directory Now you are supposed to define the route in the app directory rather than the pages directory Now in every route directory, you can define the following files layout.js → Describes the HTML structure of the route page.js → D...1 like·135 readsNext.js