Michael Linmichaellin.hashnode.net·Feb 1, 2023FeaturedWhy I Quit a $450,000 Engineering Job at NetflixGolden handcuffs — when you stay at a job that you’d rather quit only for the money. I thought I was going to stay at Netflix forever. Top of market pay. Freedom and responsibility. Unlimited PTO. What more could you ask for? So when I quit Netflix i...Wes McNamee and 37 others are discussing this38 people are discussing thisDiscuss·512 likes·14.6K readsCareerThank you, Michael Lin, for sharing your story. I can relate to it as I went through a similar experience before the Covid-19 outbreak. Unfortunately, my travel plans were cancelled. Wishing you all the best. 7
Alberto Gonzalezalbexl.hashnode.net·Feb 19, 2023FeaturedA Tale of Debugging: The Competitive Programmer ApproachComing from a five-year Competitive Programming journey, I have faced the process of debugging on numerous occasions. In this article, I will try to describe how the debugging method works in such environments, instead of depicting it in the regular ...Victoria Lo and 8 others are discussing this9 people are discussing thisDiscuss·308 likes·3.3K readsTales of Coding 📝DebuggingFebWhen you told me about the idea you had, I thought it was excellent, but seeing it written exceeded all my expectations. Articles like this confirm the wisdom of sharing knowledge, many people throughout the world encounter these problems every day, and here you show them an alternative solution 24
Pratik Malidevelopeandsolve.hashnode.net·Mar 17, 2023Create Accessible Web ApplicationsIntroduction As a developer, I believe that building accessible web applications is not just a moral responsibility, but a technical one as well. In this day and age, we must create websites that can be used by everyone, regardless of any disabilit...Sunkanmi Fafowora and 8 others are discussing this9 people are discussing thisDiscuss·274 likes·10.5K readsDevelopmentWeMakeDevsThis a great article Pratik Mali! Honestly, I think it should be featured on Hashnode. 3
Gaurav Shuklagauravshukla.hashnode.net·Apr 25, 2023Maps In GolangWhat is a Map? A map is a built-in type in Go that associates a key with a value. In other words, a map is a collection of key-value pairs. The keys in a map must be unique, and the values can be of any type. The syntax for declaring a map in Go is a...Discuss·10 likesWeMakeDevs
Aman Yadavitsamanyadav.hashnode.net·Apr 26, 2023How to become an AI Engineer in 2023Artificial intelligence (AI) has rapidly become a driving force in many industries, from healthcare and finance to retail and transportation. It's changing how we live and work, and AI engineers are at the forefront of this transformation. In this bl...Discussai
Harikishan TKharikishantk.hashnode.net·Apr 25, 2023Sentiment Analysis on French Tweets using MySQL: Connect MindsDB to Sentiment Analysis on French Tweets using MySQLIntroduction MindsDB is an open-source AI layer for existing databases that allows you to effortlessly develop, train and deploy state-of-the-art machine learning models using SQL queries. Hugging Face is a community and data science platform that pr...DiscussMindsDBHackathon
Rajdeep Palrajdeep1311.hashnode.net·Apr 25, 2023Running your Applications in the Docker SwarmIntroduction Docker Swarm is a container orchestration platform developed by Docker. It is a native clustering and scheduling tool for Docker containers. Swarm enables developers to create and manage a cluster of Docker nodes and deploy containerized...DiscussDocker
Meenu Yadavmeenuy.hashnode.net·Apr 25, 2023Optimizing User Input with Debouncing in ReactWhat is debouncing? Debouncing is a pattern or a technique to restrict the calling of a time-consuming function frequently, by delaying the execution of the function until a specified time to avoid unnecessary CPU cycles, and API calls and improve pe...DiscussWeMakeDevs
NUHASHROXMEnuhashroxme.hashnode.net·Apr 25, 2023Some Books that Every Programmer Should ReadMany people may think that if you want to learn to program, you have to read a book or two and learn a programming language. For those just starting, it's fine. But you should know that to improve in this profession you need to read a lot of books. P...DiscussWeMakeDevs
Rhythm Rawatrhythmblogs.hashnode.net·Apr 25, 2023Outliers- a must know concept in Data-IndustryOutliers are data points that deviate significantly from the rest of the data. They can occur due to various reasons such as measurement errors, natural variations in the data, or rare events. Outliers can have a significant impact on statistical ana...Discussoutliers
Arnab Chatterjeearnabchatterjee20k.hashnode.net·Apr 25, 2023Server Session Based Authentication over JWT authentication?? 🤔🤔Backend security is one of the crucial topics in backend development but most of us neglect it not because we want to but lack of resources. If we analyze the backend resources available to us the correct direction for a good backend is really very l...Discuss·37 readsWeMakeDevs
kaushik choudhurykillerthief.hashnode.net·Apr 25, 2023Understand the distribution of fees in the EthereumHi, So before we get started I want to put a disclaimer I am no professional and I am not the best out there I am a student who is trying to type these shot blogs out in order to keep track. So let's begin. Different types of fees! Huh, yes there are...DiscussBlockchain
Shubham Singh1shubham7.hashnode.net·Apr 25, 2023DBMS - the easy wayWhat is DBMS? if you have created or are going to create a database, obviously, you will have to add, remove, and edit the data in it (i.e. manage data in it) - DBMS can be used for that. In technical language, "a DBMS (Database Management System) is...DiscussDBMS