Vivekheyvivek.com路a day agoHow I Created My Own Little Notes App for My New Linux System 鉁嶏笍馃惂Recently, I made the switch from macOS to Linux鈥擴buntu to be specific鈥攁nd it鈥檚 been a fun ride so far. One thing I love about Linux is the freedom to customize everything to fit my workflow. So, instead of searching for the perfect notes app, I thoug...10 likes路167 readsmac-to-linux
Rohan Shrivastava30days30aitools.hashnode.dev路Jan 21, 2025Day 18: Mem AI 馃殌In my journey of exploring AI tools as part of my 30 Days, 30 AI Tools Challenge, I recently delved into Mem AI鈥攁 powerful AI-driven note-taking app. This tool not only helps in organizing notes but also integrates artificial intelligence to make th...MemAI
Vishwa Gauravblog.itsvg.in路Dec 20, 2024Boost Your Productivity with SiteNotes: A Chrome Extension for Contextual Note-TakingIn a fast-paced digital world, organizing your thoughts while navigating countless web pages can be a challenge. Enter SiteNotes, a free and open-source Chrome extension that transforms the way you take and manage notes online. Whether you鈥檙e conduct...Productivity
Distilled Wisdom NotesforDistilled Wisdom Notesdistilledwisdomnotes.hashnode.dev路Dec 19, 2024How to Hear God: A Simple Guide for Normal People - NotesIntroduction Hearing from God, the creator of the universe, how wonderful is that! Yet, this experience can also confuse us a lot, as many of us are hurt by the misappropriation of God鈥檚 word. Furthermore, many of us simply lack the capacity to hear ...books
IvoryPixivorypix.uk路Nov 26, 2024Days Wishes FontEmbrace Positivity with Days Wishes Font In a world where messages are often lost in the noise, the Days Wishes Font emerges as a beacon of warmth and positivity. This delightful hand-drawn font captures the essence of thoughtful communication throug...freehand
Venom Rexgreater-good.hashnode.dev路Nov 19, 2024Git : most short and efficient way to know about it### `git status` ### `git init` ### `git config --global user.email "name@example.com"` ### `git add . (or) git add "file-name"` ### `git config --global user.name "name"` ### `git commit -m "commit message"` ### `git log` ### `git config` --...Git
Gaurav Valagauravvala.hashnode.dev路Nov 18, 2024Learning GO : 09 - PackagesHey! I am Currently learning Go Lang, and I am taking some basic Notes on my Notion and though I'd also just publish them here. They are not well thought out or well written but it's just me taking notes from time to time for my reference. I am takin...Learning GoGo Language
Hans L'Hoesthans.lhoest.eu路Nov 14, 2024Notes on 馃殌 TDD, Where Did It All Go WrongMy short notes on 馃殌 TDD, Where Did It All Go Wrong Still a lot of testing wisdom in this talk (re-watched 6 years after publication). Focus on behaviour Behaviour should be your primary focus when writing tests. The need for a new test should arise ...notes
Hans L'Hoesthans.lhoest.eu路Nov 14, 2024Notes on TDD & DDD From the Ground Up Live CodingSome short notes from Chris Simon's Talk TDD & DDD From the Ground Up Live Coding When choosing the right testing level, developers face an important trade-off. Higher-level tests provide better coverage for refactoring, but make it harder to pinpoin...notes
Raju Manojangularnotes.hashnode.dev路Nov 11, 2024Angular NotesThis document serves as a concise guide to Angular, a popular web application framework developed by Google. It covers key concepts, features, and best practices that are essential for developers working with Angular. Whether you are a beginner or lo...28 readsAngular