Steve Nossestevenosse.com·Nov 27, 2023Paper: The Ultimate Note-Taking App for Seamless Organization and ProductivityIn today's fast-paced world, staying organized and productive is paramount. A lot of solutions have come to life but the increasing complexity of these solutions makes them not suitable for some users, especially lazy ones like me. It was hard for me...DiscussProductivity
Shubham Patelblog.nirmites.com·Nov 26, 2023Two ways to update the state in React.jsIn any class-based component, there are two ways we can update the state, and below is a brief explanation. The first one this.setState({name: { first: "John", last: "Doe" }}); The second one this.setState( (state, props) => { return...DiscussJavaScript
Lucas Konstantin Bärenfängertypeduke.hashnode.dev·Nov 23, 2023Notes to self 🤓Explore deeper: The relationship between flapMap/map chains and for comprehensions The reasoning behind the combination of call-by-name and lazy evaluation Cheers! 🍻Discussnotes
SharathchandarKsharathchandark.hashnode.dev·Nov 22, 2023How To Create Sticky Note App in HTML CSS & JavaScript | Mini Text EditorOverview: Welcome to our JavaScript Sticky Note App with Mini Text Editor Coding Tutorials.In this article, we'll walk you through a step-by-step guide to building a fully functional and dynamic digital sticky note application with a mini text editor...DiscussJavaScript
Syedwpsyed.hashnode.dev·Nov 21, 2023How to use sticky notes Effectively?As someone who has always been a fan of organization and efficiency, sticky notes have become an integral part of my daily routine. These small pieces of paper with adhesive backing may seem insignificant, but when used correctly, they can greatly en...Discussnotes
Pratik MaliforThe Tech Deckthetechdeck.hashnode.dev·Nov 5, 2023Top 10 Linux Note-Taking Apps of 2023In the digital era, note-taking has evolved from scribbling on paper to using fantastic applications on Linux that help you organize your thoughts and ideas. From simple tools for jotting down quick notes to comprehensive platforms for collaborative ...DiscussLinuxLinux
Pratham GargforPratham Garg's SPO 600 blogspo600.hashnode.dev·Sep 18, 2023Software Portability and OptimizationBinary Representation of Data Welcome back to another exciting week of learning in our journey through the world of data! In this class, we'll dive deep into the binary representation of data, exploring its various applications and techniques. Let's ...Discuss#week2
Shreyash Chavhanstruglingblogs.hashnode.dev·Sep 16, 2023Fascade PatternTask - Build a Home Sweet Home Theater. That's a hell lot of classes and their interactions. Below is the way to watch a movie the hard way. Turn on the popcorn popperpopper.on(); Start the popper poppingpopper.pop(); Dim the lightslights.di...Discussnotes
Shreyash Chavhanstruglingblogs.hashnode.dev·Sep 15, 2023Adapter PatternWhy Adapter Pattern Solution Class Diagram Object and Class adapter Above class diagram is for object adapter, below is class adapter. Object uses composition, class uses subclassing. Let's take a example of Enumeration and Iterator. Task is to...Discussnotes
Saqib Razzaqsakybroods.com·Sep 10, 20236 Ways to Waste Time Taking NotesDon’t let any of the gurus put you on the dangerous path to productivity. Hold my hand and I’ll show you the way to reach the never-ending depressing valleys of unproductivity, confusing work, and wasted time. You must follow all that I’m about to sh...Discuss·11 likesBetter SelfProductivity