pranay sharmasharmapranay38-blogs.hashnode.dev·Dec 8, 20242nd Week Of DecemberAs the days pass and we finally enter the last month of this year, I have quite a few things to share. It’s a universal norm that December is the time when we embrace sadness, let go of things, and enter a new year with a stronger mindset. But for me...1 likeProgramming Blogs
wongchisumwong1997.hashnode.dev·Dec 2, 20242024-49周 阅读记录1. v0:AI 驱动的组件创造器正式开放 阅读来源:https://docschina.org/news/weekly/react/367 Vercel 开发的通过对话生成组件的AI工具。 相较其他工具,优点在于支持组件的预览,以及多份文件在编辑器下的预览效果。Readingreading
Joshua Oliphantjoshwastaken.hashnode.dev·Nov 3, 2024Week Notes 2024#5Week Notes 2024#5 Evergreen Created: 2024-11-03 Updated: 2024-11-03 blog openapi click watching reading It has been a little over a month, time got away from me. Blog improvements: Added RSS support Display tags with posts Clicking on a tag opens a ...blog
Vishal Sahanivishalsahani.hashnode.dev·Oct 15, 2024The Half-Read Book: How Partial Understandings Reshape UsThe Half-Read Book: Understanding & Misunderstanding We’ve all been there. That vulnerable moment where we lay ourselves bare before another, believing we’re offering a complete, unfiltered narrative of ourselves. We imagine the other person absorbi...Half
Archana Prustyarchana77.hashnode.dev·Oct 7, 2024Odisha's Tech Revolution: The Talk of the Town.Introduction: Odisha, a state on the eastern coast of India, is undergoing a transformative technological revolution. From innovative startups to government-led initiatives, Odisha is emerging as a hub for technological advancement. In this blog post...10 likes#Odisha #TalkOfTheTown #TechRevolution #StartupEcosystem #IT #EmergingTechnologies #DigitalInfrastructure #TalentAndEducation #India
Aviral Asthanaaviralasthana7.hashnode.dev·Aug 18, 2024Exploring Git : How it works under the hood ?Concept of Git Git is build on the concept of snapshots. It means that git stores the snapshot of the file at the moment rather than storing the differences. Each time you commit a change a snapshot of the file is captured at the moment and stored by...2 likesGitHub
Daniel Deichfußdanieldeichfuss.hashnode.dev·Jul 5, 2024How to extract your Kindle highlightsOne of my favorite features of the Kindle is the highlight feature. I like to highlight generously and later copy the highlights in my note-taking app (currently Obsidian) to filter and refine them. Of course, you can find your highlights in all the ...kindle
Ahmad W Khanblog.ahmadwkhan.com·Jun 29, 2024The Joy of Research as a HobbyWhen asked about my hobbies, I often find myself defaulting to the typical answers—reading, traveling, coding. Yet, there's one passion I seldom mention, not out of shame, but due to its unconventional nature: research. Not the formal, structured res...490 readsR&D
SANKALP HARITASHsankalp-haritash.hashnode.dev·Jun 28, 2024How Atomic Habits Can Transform Your Life PermanentlyRemember, embracing daily 1% change can eventually lead to a 100% transformation. Believe in the process. Introduction Hey there! Today, I'm diving into a book that has sparked my interest and promised to revolutionize my approach to personal develop...10 likesreading
Itachidevs baby.hashnode.dev·Jun 26, 2024How to Use Lists and Keys Effectively in ReactIn the previous article we have discussed about the Component in react. So when we are working with more than one component it is difficult to identify each one. Let's explore.!! Keys 🔑 Keys 🔑 help React identify which items have changed, been adde...2 likesReact JSlists and keys in react