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...54 likes·1.0K 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...54 likes·334 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...
ANKIT KUMARjavascript-teleporter.hashnode.dev·7 hours agoTeleporting a Human: A Sci-Fi Guide to Serialization & Deserialization in JavaScriptIn the year 2147, Dr. Data invents the world’s first teleporter, but teleporting humans isn’t magic. It’s data science. Let’s see how JavaScript powers this futuristic feat. Chapter 1: Serialization - Dissolving a Human into Data Dr. Data prepares ...24 likesChaiCode
Shahin Hemmatidevopsdetours.com·3 hours agoHow to Efficiently Handle Several AWS Accounts: 6 Proven MethodsIntroduction As cloud practitioners, we follow best practices and use multi-account environments. This frequently led to situations where we were cross-referencing resources or viewing logs across multiple accounts. When using the AWS console this be...10 likesAWSAWS
Krish Rathorwasm.hashnode.dev·11 hours agoSingle Threaded TCP Server from Scratch in RustYou can find the github repo here In this article, we will build a single-threaded TCP server from scratch using Rust. We will explore the different kernel-level system calls involved in creating a TCP server. We won't use standard libraries like net...31 likesRust
Chandan Kumarliladhar.hashnode.dev·9 hours agoDeep Boltzmann Machine (DBM) vs. Restricted Boltzmann Machine (RBM)Introduction Deep Boltzmann Machines (DBMs) and Restricted Boltzmann Machines (RBMs) are types of Boltzmann Machines, which are stochastic neural networks used for unsupervised learning. While both models belong to the family of energy-based models, ...20 likesArtificial Intelligence (AI)liladhar
Chandan Kumarliladhar.hashnode.dev·9 hours agoDenoising Autoencoders (DAEs): An In-Depth OverviewIntroduction Denoising Autoencoders (DAEs) are a type of artificial neural network designed to remove noise from data while preserving meaningful features. Unlike traditional autoencoders, which aim to reconstruct input data, DAEs introduce noise to ...20 likesArtificial Intelligence (AI)Denoising
Chandan Kumarliladhar.hashnode.dev·9 hours agoDeep Boltzmann Machine (DBM): A Comprehensive OverviewIntroduction Deep Boltzmann Machines (DBMs) are a type of generative stochastic neural network that can learn complex representations from data. They are an extension of Boltzmann Machines, utilizing multiple layers to capture hierarchical structures...10 likesArtificial Intelligence (AI)Boltzman Machine
Yilia Linapi7.hashnode.dev·15 hours agoData Privacy in the API Economy: Balancing Innovation with SecurityKey Takeaways The API economy has transformed business operations but also poses significant data privacy and security challenges. APIs handle sensitive user data, making them prime targets for cyber threats. Ensuring data privacy is crucial for r...30 likesData security
Chandan Kumarliladhar.hashnode.dev·9 hours agoGenerative Adversarial Networks (GANs): An OverviewGenerative Adversarial Networks (GANs) are a class of machine learning models designed for generative tasks, where they create new data samples similar to the given dataset. They consist of two neural networks, a Generator and a Discriminator, that c...10 likesArtificial Intelligence (AI)GANs
Chandan Kumarliladhar.hashnode.dev·9 hours agoAutoencoder: An OverviewAutoencoders are a type of artificial neural network used for learning efficient representations of data in an unsupervised manner. They play a crucial role in dimensionality reduction, feature extraction, and anomaly detection. Autoencoders aim to e...20 likes·31 readsArtificial Intelligence (AI)AI