Think Throothinkthroo.hashnode.dev·Dec 19, 2024How to configure DevTools for your Zustand store?In this article, you will learn how to configure DevTools for your Zustand store. We will use the Lobechat source code and Zustand documentation as our reference. Debugging a store In the docs, Debugging a store provides this below code as an exampl...devtools
Think Throothinkthroo.hashnode.dev·Dec 11, 2024Comparison of the middleware implementation between Supabase Auth documentation and the nextjs-stripe-supabase.In this article, we are going to compare the middleware implementation between Supabase Auth documentation and the nextjs-stripe-supabase. Supabase Auth Documentation This is a good starting point for us to understand how the Supabase Auth middlewa...opensource
Carlos OspinaforA Drupal Coupleadrupalcouple.hashnode.dev·Dec 6, 2024My Journey with AI Tools: Practical Tips from a Recent DiscussionImage Carlos Ospina 6 December, 2024 My Journey with AI Tools: Practical Tips from a Recent Discussion Leave this field blank My Journey with AI Tools: Practical Tips from a Recent DiscussionI recently had an enlightening conversation with No...Using AI as your editorAI
Neeru Gangarhneerugangarh.hashnode.dev·Dec 6, 2024💻 How to Get Started with GitHub 💭🤔 What is GitHub? GitHub is like a shared workspace for developers where you can:✔️ Store your code securely.✔️ Collaborate with others.✔️ Track changes and improvements.✔️ Build projects together. Think of it as a shared notebook for programmers. ...GitHub
Surya Teja Karrablog.suryatejak.in·Nov 29, 2024GhostLLM : RewriteText now works on GtkEntry!Hello, This is part three of my GhostLLM project. This project is about integrating “Rewrite Text” functionality natively into GTK3 widgets. Check the part one and part two in case you missed it. Theory We will be working with gtkentry.c for this par...85 readsGhostLLMllm
Aishat Muhammedayeesh.hashnode.dev·Nov 27, 2024Understanding Open-Source LicensesThe rise of open-source software (OSS) is significant in today's world. This is because it’s free and open to everyone, leading to its wide adoption. From small projects to billion-dollar businesses, OSS has been adopted for use. It also serves as an...10 likes·44 readsOpen SourceOpen Source
Serdarcan Büyükdereliblog.serdarcanb.dev·Nov 24, 2024Weekly Dev Tech Pulse #2Weekly DevOps & Developer News and Highlights 🔥 Top GitHub Projects of the Week https://github.com/golemcloud/golem Golem is an open-source, decentralized platform that allows sharing of computing power. Tags: distributed-systems open-source bloc...27 readsWeekly Dev Tech Pulseweekly
Think Throothinkthroo.hashnode.dev·Nov 20, 2024Node.js util module usage in ChangesetsYou will find this below import at line 4 in Changesets source code import { format } from "util"; In this article, an overview of util module and its usage in Changesets is provided. Util module The util module is primarily designed to support the ...JavaScript
Think Throothinkthroo.hashnode.dev·Nov 13, 2024EnvOptions type in T3 Env source code explainedIn this article, we are going to examine the EnvOptions type in T3 Env source code. In case you are wondering what’s T3 Env or EnvOptions,T3 Env provides validation for type-safe environment variables using zod. you use createEnv function and provide...JavaScript
Danish Tambolidanish-tamboli.hashnode.dev·Nov 10, 2024All About Ubuntu Linux🚀: Your Full Guide to Mastery💻⚙️🧑🏻💻What is Ubuntu? 🤔 Ubuntu is an open-source operating system based on Linux🐧. It’s free, powerful🏋🏼♂️, and highly customizable, developed🧑🏻💻 to provide a user-friendly experience for all. Whether⛈️ you’re coming from Windows⊞ or macOS, Ubun...1 likeLinux Ubuntu for DevUbuntuLinux