Boot.dev Blog ยป News ยป The Boot.dev Beat. September 2023
Boot.dev Beat Drum

The Boot.dev Beat. September 2023

By Lane Wagner on August 31, 2023

Curated backend podcasts, videos and articles. All free.

Want to improve your backend development skills? Subscribe to get a copy of The Boot.dev Beat in your inbox each month. It's a newsletter packed with the best content for new backend devs.

The best part of working on Boot.dev is seeing you all make almost unbelievable strides in not only your understanding of fundamental concepts, but what you can now build from scratch. It’s not just that, I’ve been hearing a lot of stories about the confidence that’s being gained by our alumnis after shipping so much code. That’s a critical part of the journey.

As I write this, 4,379 courses have been fully completed by you all, and 905 were completed just this August.

All the best, Lane

Patch notes ๐Ÿ”—

1. New hire: Hunter ๐Ÿ”—

We have, at long last, found a new full time Boot.dev team member: Hunter! You’ll surely see him around in the Discord, but he’s a senior software engineer that loves teaching, and just so happens to share our passion for gaming. Truth be told, we only hired him so that he could carry the Boot.dev Dota 2 team to victory in our Friday afternoon games…

2. New Functional Programming Course ๐Ÿ”—

I’ve been talking about this for awhile now, and it’s finally done! We’ve released a full rewrite of our old Functional Programming course in Python. This new course goes over so much more of the fundamentals of functional programming, and it’s done in a language that you already know as part of the core learning path.

The course is in private beta at the moment! It will be full released next Monday. If you’d like early access (realize there might be some rough edges) you can use the link above.

3. New HTTP Test lesson type ๐Ÿ”—

The web servers course has been fully revamped with a new lesson type: HTTP tests. Now, instead of running Go code in your browser that tests your local web server, you can see the explicit HTTP tests that will run against your local server, the expected results, and any errors that occur. All with just a click of a button.

What is yet to come ๐Ÿ”—

  • New “Learn Kubernetes” course
  • Challenges and reworking of the “Learn JavaScript” course
  • Looking into finding an animator to improve our explainer videos
  • Updates to make sharpshooter less painful and more rewarding
  • Plans for a new “unit test” assignment type

Backend Banter Podcast ๐Ÿ”—

This month’s episodes include:

Be sure to subscribe to the show on your podcast player of choice! And leave a review if you really want to help us out.

The cream of the crop ๐Ÿ”—

(Podcast) WTF is an ORM ๐Ÿ”—

by Syntax.fm

Wes Bos and Scott Tolinski are two of my favorite podcasters. They’re both very experienced developers, and they have a great dynamic. This episode is a great introduction to ORMs if you’ve been hearing the term thrown around and want to know what it’s all about.

(Video) One thing I’d Change About Go | Prime Reacts ๐Ÿ”—

by ThePrimeagen

I wrote an article this month titled One Thing I’d Change About Go that Prime reacted to on YouTube. If you’re interested in some of my weirdo opinions about Go, and what Prime thinks about em, check it out.

(Article) Why Mathematical Proof Is a Social Compact ๐Ÿ”—

by Jordana Cepelewicz

This one might be a bit heavy if you aren’t a math nerd, but I thought it was a fun little read. The idea that even a math proof is primarily just a social idea is a bit of a thinker.

Find a problem with this article?

Report an issue on GitHub