Victoria Lolo-victoria.com·Feb 10, 2025FeaturedAtomic Habits for DevelopersAs a developer, your journey to mastery is often shaped by the small, consistent actions you take every day. Whether you're debugging code, learning a new framework, or optimizing a system, the key to continual growth lies in your habits. This weeken...92 likes·1.3K readsBook Reviews and ReflectionsSelf Improvement
Hardikk Kambojhardikkwrites.hashnode.dev·Feb 5, 2025FeaturedYour Browser Is Killing Your Computer! ☠Do you also have an old machine that you use daily for work or development? Maybe an i3 processor, limited RAM, and Chrome as your default browser? And let's be real—Chrome is a memory hog. Ever found yourself constantly closing tabs because your sys...58 likes·396 readsProductivity
akul chhillarakulchhillar.hashnode.dev·Feb 5, 2025Does It Work: Piotroski's F Score in Indian Equity Market in 2021?In 2000, a young Joseph D. Piotroski at the University of Chicago Graduate School of Business published a paper titled “Value Investing: The Use of Historical Financial Statement Information to Separate Winners from Losers”. The paper attracted a lot...
Arya M. Pathakarya2004.hashnode.dev·3 hours agoThe Complete Journey of a Request Before It Reaches Your BackendIn this blog, we will explore the detailed path of a request from the moment it leaves the client (front-end or another service) until it enters your backend application’s user space. We often focus on the final arrival of an HTTP request handler (li...20 likesbackend
Oluwabusayo Jacobstropicolx.hashnode.dev·14 hours agoBuilding a Telegram Clone with Next.js and TailwindCSS - Part OneBuilding a chat app from scratch can seem overwhelming, but with the right tools, it’s a lot more approachable than you might think. In this three-part series, we’ll walk through building a Telegram Web clone using Next.js, TailwindCSS, and Stream SD...66 likes·102 readsBuilding a Telegram Clone with Next.js and TailwindCSSReact
bst04bst04.hashnode.dev·8 hours ago🚀 Best Free Resources for Learning Cybersecurity! 🔒Here are a few resources that could help you when it comes to improving cybersecurity skills to start from scratch, totally free. 🌟 Interactives Platforms 1️⃣ 𝗢𝘃𝗲𝗿𝗧𝗵𝗲𝗪𝗶𝗿𝗲 (𝗪𝗮𝗿𝗴𝗮𝗺𝗲𝘀): Learn Linux, networking, and cybersecurity conc...20 likes·33 readsbst04
Anmol Baranwalanmolbaranwal.hashnode.dev·10 hours agoAgents 101: How to build your first AI Agent in 30 minutes!We are seeing a rise in AI agents in 2025. Building your own agent can be complex, with all the concepts, frameworks and practices you need to follow. In this guide, you will learn how to build your first AI agent in just 30 minutes, even if you have...21 likesAI
Krunal Jagtapmastering-style-css.hashnode.dev·13 hours agoUnlocking the Power of CSSWhat is CSS ? Cascading Style Sheets (CSS) is a stylesheet language used to define the visual appearance and layout of a document written in HTML or XML. It shows how elements are displayed on a web page, making websites both visually appealing and u...40 likes·27 readsChaiCode
Aakashi Jaiswalaakashi.hashnode.dev·7 hours agoTaiwan's Critical Role in Global TechnologyTaiwan might seem like a small island, but it's actually one of the most important places on Earth when it comes to technology. Let me break down why Taiwan matters so much to the tech world we all rely on every day. The Semiconductor Powerhouse: TSM...10 likesTaiwan
Keyur Shelkejavascript-madeeasy.hashnode.dev·11 hours ago"Arrays and Objects "JavaScript is a powerful language because of its ability to handle data effectively. Two of the most essential data structures in JavaScript are Arrays and Objects. Arrays store ordered lists of data. Objects store data as key-value pairs. Unders...20 likesChaiCode
himanshublogs-himanshu.hashnode.dev·10 hours agoJavaScript Prototypes Explained for BeginnersDid you know that everything in JavaScript is an object? You might wonder, "How can everything in JavaScript be an object?" This is possible thanks to prototypes. Don't worry, you'll learn about this in the article. Let's explore JavaScript's most im...11 likesChaiCode
Oluwabusayo Jacobstropicolx.hashnode.dev·13 hours agoBuilding a Telegram Clone with Next.js and TailwindCSS - Part ThreeIn the previous part, we built the chat interface for our Telegram clone and implemented features like rich text formatting and file uploads using the Stream React Chat SDK. In this final part of the series, we’ll implement a call interface using Str...21 likesBuilding a Telegram Clone with Next.js and TailwindCSSReact