Arnab Bhattacharyyanotesfrontend.hashnode.dev·Nov 25, 2024Developing a React and TailwindCSS Notes App Using Only Local Storage🚀 Project Overview As a frontend developer, I always challenge myself to build useful applications with the latest technologies. Recently, I created a Notes App that lets users easily add, manage, and organize their notes—all without a backend! The ...React
Harvey Ducayharveyducay.blog·Oct 10, 2024How I made a note sharing app on v0.devIn today's fast-paced tech world, developers are constantly seeking ways to streamline their workflow and bring ideas to life quickly. Enter v0.dev, an AI-powered development assistant that's revolutionizing the way we build web applications. This to...39 readsNext.js
Esli Silvaesli.blog.br·Jul 24, 2024Hora do café #3 - Apps de notas, produtividade e a onda do segundo cérebroHá um movimento crescente que consiste em gastar quantidades excessivas de tempo organizando e organizando sua base de conhecimento pessoal e notas. Esse movimento é apelidado de tecnologia do “segundo cérebro”, porque a crença é que ligar suas notas...53 readsTechnotes
Christian Asconedingdongbug.hashnode.dev·Apr 23, 2024I switched from Notion to ObsidianOne of the funniest and most annoying (yes) thing is possible to do nowadays is to try many different tools with the exact same purpose. Need to write a document? Google Docs, Notion, Word, Libreoffice, Coda, Apple notes and so on. Usually even if th...1 like·325 readsnotion
Paul Whiteonlineclasshelper.hashnode.dev·Apr 4, 2024Powerful Note-Taking Tips for StudentsNote-taking is a critical skill for academic success, enabling students to capture essential information, process it, and retrieve it when needed. Effective note-taking strategies can enhance comprehension, retention, and application of knowledge. Th...note-taking
Kirill Inozblog.kirillinoz.com·Dec 22, 2023Multi-User Note App with Supabase RealtimeThis blog post is all about creating a Multi-User Note App with Next.js and Supabase. We'll walk through structuring a dynamic database, and building cool interactive features for a smooth note-taking experience. Join us on this journey to build a sp...1 like·353 readsnotes
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...9 likesJavaScript
Avijit Deyavijitdey2002.hashnode.dev·Aug 25, 2023Jenkins Declarative CI/CD Pipeline on AWSIntroduction Continuous Integration and Continuous Deployment (CI/CD) pipelines have become essential in modern software development. Jenkins is a widely used automation server that facilitates the creation of robust CI/CD pipelines. This project foc...76 readsTrainWithShubham
Artemy Egorovartegoser.hashnode.dev·Jul 18, 2023AnoPaper: Story about how I created the notes serviceSite Source code Introduction At the beginning of 2022 school year, I had to choose a topic for a project paper. I had already started a project before the beginning of school year, but it proved too difficult and I put it off until the following sum...2 likes·27 readsnotes
Danyl Kechablog.danylkecha.com·Jul 12, 2023FeaturedBuilding notes app in React using React MarkdownIntroduction When it comes to web application development, React provides developers with the flexibility to create applications of different complexities. In this tutorial, we'll dive into building a CRUD notes application using React. You'll learn ...89 likes·1.3K readsReact