levelup.gitconnected.com 2020-11-24 22:51 Best of Level Up Coding (November 2020) Every month we share the top stories from Level Up Coding from the previous month and also interesting stats about the publication and our community.The Skilled.dev coding interview course has launched! 🚀 I teach you...
levelup.gitconnected.com 2020-11-13 00:57 Essential Data Structures and Algorithms for Coding Interviews Top 10 must-know topics to be successful in technical interviewsPhoto by Fauzan Saari on UnsplashThere’s a misconception that grinding through hundreds or even thousands of coding interview questions is the only way...
levelup.gitconnected.com 2020-11-09 21:44 The Roadmap to Landing Your Next Job as a Software Engineer After 6 years of both interviewing hundreds of developers and also going through the job hunt as a candidate myself, I’ve honed the formula for landing software engineering jobs. I’ve seen the entire process from...
levelup.gitconnected.com 2020-10-06 20:59 Best of Level Up Coding (October 2020) Every month we share the top stories from Level Up Coding and also interesting stats about the publication and our community.We’ve hit some awesome milestones — Our authors have earned over $100,000+ in total!...
levelup.gitconnected.com 2020-09-15 19:37 Best of Level Up Coding (September 2020) Every month we share the top stories from Level Up Coding and also interesting stats about the publication and our community.Our friends at Better Programming (by Zack Shapiro) have been building a tool called Moneyball...
levelup.gitconnected.com 2020-08-11 19:07 Best of Level Up Coding (August 2020) Photo by Jon Tyson on UnsplashLevel Up Coding moved to the #25 fastest growing publication on Medium according to Smedian, one spot behind Netflix’s engineering blog 🙌. We’re continuing to fly up the ranks...
levelup.gitconnected.com 2020-08-03 18:00 How I Build Scalable Modern Web Applications for Real Users I show the decisions I make in apps that are used by real people. It’s time to move beyond the toy app tutorials.This post details the languages, libraries, and tools that I’m using to build Skilled.dev, a platform...
levelup.gitconnected.com 2020-07-14 20:09 Best of Level Up Coding (July 2020) It’s crazy to think we’ve now passed the halfway point of what’s been a wild year. 2020 hasn’t stopped our community writing some incredible content, and I’m excited to share the top articles from the...
levelup.gitconnected.com 2020-07-06 21:36 Coding Interview Question: Best Time to Buy and Sell Stock This article will walk you through the “Best Time to Buy and Sell Stock” coding interview question in JavaScript. You can also watch my video solution on YouTube. This question corresponds to...
levelup.gitconnected.com 2020-06-16 02:55 The Best of Level Up Coding (June 2020) Level Up Coding and gitconnected support Black Lives Matter ✊🏿 ✊🏽 ✊🏾We’ve delayed sending this month’s newsletter because we wanted to keep channels open for others whose message is far more...
levelup.gitconnected.com 2020-05-12 20:39 Best of Level Up Coding (May 2020) Photo by Mohamed Nohassi on UnsplashA look at the best articles from the past month in Level Up Coding. Our authors have been writing some great content with their extra time during the quarantine, and I’m very...
levelup.gitconnected.com 2020-03-02 22:44 Best of Level Up Coding (Feb 2020) A look at the best articles in February 2020 from Level Up Coding. We also want to highlight our community, and I will be sharing views and growth statistics for each month. Check the bottom for a full overview if...
levelup.gitconnected.com 2020-02-04 20:06 Best of Level Up Coding (Jan 2020) A look at the best articles in January 2020 from Level Up Coding. We also want to highlight our community, and I will be sharing views and growth statistics for each month. Check the bottom for a full overview if...
levelup.gitconnected.com 2020-01-15 11:28 Polling in JavaScript A guide to building your own polling function to query for updatesPolling is a technique where we check for fresh data over a given interval by periodically making API requests to a server. For example, we can use...
levelup.gitconnected.com 2020-01-14 10:49 How to Set Up a TypeScript + Node.js App in 5 Minutes TypeScript has consumed the JavaScript world and is becoming essential to know for web developers. In this article, I’ll show you how to spin up a Node server with Express and TypeScript in just 5 minutes.If at any...
levelup.gitconnected.com 2020-01-13 10:50 Learn JavaScript Promises by Building a Fully-Working Promise from Scratch Build your own Promise.then().catch() implementation to understand promises in-depth and how they handle async code in JavaScriptIn this tutorial, you will learn JavaScript promises by building a JavaScript promise...
levelup.gitconnected.com 2020-01-08 10:21 A Guide to Next.js API Routes Build full-stack React apps with an API — no configuration requiredIn Next.js v9, API routes were introduced which allow you to create RESTful endpoints as part of your Next folder structure. We are able to add...
levelup.gitconnected.com 2020-01-07 11:52 Throttle in JavaScript: Improve Your Application’s Performance A throttle is a common technique used in the browser to improve an application’s performance by limiting the number of events your code needs to handle. You should use a throttle when you want to execute a callback at...
levelup.gitconnected.com 2020-01-06 17:36 The 2020 Web Developer Roadmap A visual guide to becoming a Frontend, Backend, Fullstack, or DevOps developer — no CS degree requiredThere has never been a better time to learn to code or make a career change to software engineering. The...
levelup.gitconnected.com 2019-12-30 09:48 Top Programming Articles of 2019 A collection of the best programming articles from the past year2019 was a big year in programming and software. I’ve compiled the most important articles over the past year to prepare you for 2020.If you want a...
levelup.gitconnected.com 2019-12-18 01:04 The Best of Level Up Coding in 2019 2019 was an incredible year for our community, and the only way to start this email is by giving a huge “thank you!” to our amazing authors and readers. Let’s take a look at some of the highlights and top articles...
levelup.gitconnected.com 2019-12-18 00:59 The Best of Level Up Coding in 2019 2019 was an incredible year for our community, and the only way to start this email is by giving a huge “thank you!” to our amazing authors and readers. Let’s take a look at some of the highlights and top articles...
levelup.gitconnected.com 2019-12-10 21:26 Build an Awesome Developer Portfolio Website Using React Use Create React App and the gitconnected.com portfolio API to build your personal websiteIn this article, I’ll walk you through building your portfolio website using React with Create React App and deploying the...
levelup.gitconnected.com 2019-12-09 17:35 A Recap of Frontend Development in 2019 A look back at the top events, news, and trends for frontend and web developmentThe world of frontend development once again evolved at a rapid pace over the past year, and this article recaps all the important events,...
levelup.gitconnected.com 2019-09-03 17:51 What is technical debt and why does almost every startup have it Technical debt is any code added now that will take more work to fix at a later time — typically with the purpose of achieving rapid gains.But what does that mean?Technical debt is like any other kind of debt....