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 ...DiscussJavaScript
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...DiscussJavaScript
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...Discuss·1 likeLinux Ubuntu for DevUbuntuLinux
Sagar Malhotrasagar0-0.hashnode.dev·Nov 4, 2024The 2 Best ways to secure your API KEYS in Android ProjectsProtecting your Android app’s API keys ensures the privacy of user information and secures any unauthorized access to your APIs, this is important and every application should make sure to secure their API keys to prevent any misuse of their services...DiscussAndroid
Sagar Malhotrasagar0-0.hashnode.dev·Nov 4, 2024Create and publish your Android Open-Source Library in MinutesCreating and publishing an Android Open-Source Library is much easier than you think. I am going to demonstrate a step-by-step guide to creating and publishing your first Android Jetpack Compose Library with Github and Jitpack. Prerequisites: Androi...DiscussAndroid
Think Throothinkthroo.hashnode.dev·Nov 1, 2024httpBatchLink types in tRPC source code explainedIn this article, we analyze the httpBatchLink types found in the tRPC source code. But first, you would want to knowwhat is httpBatchLink. httpBatchLink: Below is an example picked from the tRPC vanilla setup guide. import { createTRPCClient, httpBat...DiscussJavaScript
Mohd Salmandockerlearning.hashnode.dev·Oct 31, 2024🚀 My Docker & DevOps Learning Journey !Day 10: Digging Into ENV Variables & Multi-Stage Builds in Docker 🚀Today’s Docker journey took me deeper into the concepts of ENV variables and multi-stage builds. These tools are essential for making applications secure, efficient, and easier to ma...DiscussDocker
Timothy Spanntimwithpulsar.hashnode.dev·Oct 28, 2024AIM Weekly 28 Oct 2024Tim Spann @PaaSDev https://linktr.ee/Milvusio 🇺🇸 AIM Weekly (AI Native + LLM + Milvus) #161 - 28-October-2024 Watermark and Identified AI Generated Content 🤖 SynthID🤖 SynthID @ deepmind🤖 SynthID with Google gemma 2b🤖 Google Gemma 2B at HuggingF...Discussopensource
Crypt(iq)iqmacodes.hashnode.dev·Oct 25, 2024How CHAOSS Badging Promotes DEIDiversity, Equity and Inclusion (DEI) is a term used to represent equal treatment of people from all walks of life regardless of their background, race, gender, belief or group. The CHAOSS badging project aims to improve DEI in the open source scene ...Discuss·10 likesopensource
sravani punreddysravanipunreddy.hashnode.dev·Oct 23, 2024Linux Commands:Linux commands provide immense power in managing files and system resources. For developers, DevOps engineers, and system administrators, knowing the right commands can save time and avoid errors. This blog covers some of the most essential commands ...Discuss·28 readslinux-commands