the CodeTV blog
Most recent post
Older posts from the blog
Jul 1, 2025
In this challenge, we want you to give in to that urge and automate something in your life that you find mildly inconvenient. Apps due July 14, 2025.
May 13, 2025
Build the most unhinged, Byzantine, devious, unusual video player UX you can imagine. Apps due June 15, 2025.
Apr 15, 2025
Build a custom API — and an app that consumes it — that makes something in your life a little more convenient. Apps due Apr 28.
Dec 3, 2024
Build an app to connect people to the Blvck Spades brand through other experiences. Apps due Dec 16.
Aug 27, 2024
Monsters have arrived, and your challenge is to build an app that helps out in this new world. Apps due Sep 9.
Aug 6, 2024
Create an e-commerce site with a twist using Algolia by August 19. Get feedback from pro developers, build your portfolio, and make new industry friends.
Jul 8, 2024
Contrary to popular belief, metrics are not preventing us from being creative. (Hot take: they might even make us MORE creative.)
Jul 1, 2024
I talked to Jake Albaugh inside Figma HQ’s secret library about creative communities in coding and design — and whether there are any left.
Jun 24, 2024
Build a web app using AWS Amplify to boost your portfolio, make professional connections, learn new skills — and even win prizes. Due July 29, 2024.
Jun 23, 2024
What could you create if you had 30 minutes to plan and 4 hours to build? Lizzie Siegle, Chance Strickland, Jack Herrington, and Jason Lengstorf took on the Web Dev Challenge to find out.
May 31, 2024
What kind of work is the best fit FOR YOU? A quick assessment to help you optimize for a job that you'll actually enjoy.
Apr 29, 2024
Build an app, learn something new, have some fun, win a prize! Enter by May 13, 2024 to win.
Feb 17, 2024
I tried Drizzle ORM with SQLite but got stuck on "SqliteError: no such table". Here's how I solved the error and created SQLite tables from a Drizzle schema.
Feb 14, 2024
A quick tutorial on how to set up a Node project in 2024. Includes TypeScript, live reload, and environment variable support.
Jan 16, 2024
There was something special about hand-selecting XML and running out of stuff to read that I’d like to get back.
Nov 30, 2023
The most tedious and difficult part of building a web app is authentication. But a new tool just entered the discussion that’s hoping to change that.
Nov 14, 2023
Building a SaaS product is no small feat. And when you start selling to large customers, the list of requirements gets even longer — but if you want to land those six-figure (and beyond) contracts, you'll need to land enterprise-level features.
Nov 4, 2023
Learn how to create beautiful, CSS-only gradient borders. Combine custom properties, OKLCH, and background-origin — and zero hacks.
Nov 4, 2023
Why I’ll (probably) never use hex colors in CSS again, and what I’m doing instead. With visual examples!
Oct 23, 2023
If you're a developer who focuses on data & APIs and doesn't want to touch the design of a site, Wix might be exactly what you need. Hear me out.
Oct 10, 2023
If you're building a SaaS app, landing the largest customers means supporting large-scale needs like provisioning user accounts and managing permissions based on their central directory. In this tutorial, you'll learn how to add SCIM support to your Node-based app using WorkOS.
Sep 19, 2023
Notifications can be a huge value add to your app users, but if you get them wrong, they're hugely annoying. Learn how to add smart app notifications in this tutorial.
Sep 7, 2023
Many devs (like me!) are intimidated by enterprise features like single sign-on (SSO), but the tools are WAY better now. You can add it to SaaS apps fast!
Aug 22, 2023
What does it take to process incoming SMS with auth, image storage, and a real-time database? With Convex, you can add it to your app with < 200 lines of code.
Jul 24, 2023
Build an internal dashboard to view and moderate comments in this full tutorial. Plus, learn how to use OpenAI to automatically flag the worst comments.
Jul 10, 2023
A story about a habit I picked up working in restaurants, and how the lesson I learned still helps me write better software to this day.
Jul 4, 2023
We spend a lot of time online getting told our tech stack is wrong/bad/outdated/whatever. Ignore the nerds — it’s (probably) not worth switching.
Jun 26, 2023
Moving up the career ladder and into higher salary bands as an engineer requires growth. But it’s less about code than you might think.
Jun 20, 2023
Getting into developer relations ("devrel" for short) is tricky for a lot of reasons. The biggest is that no one seems to know what it actually is.
Jun 13, 2023
Treating velocity and maintainability as separate concerns is a mistake. Your shipping velocity is directly correlated to how maintainable your code is.
Jun 6, 2023
If you want to ship quickly and be confident that customers actually want the new features you’re building, feature flags are a must-have in your dev toolbox.
May 17, 2023
The frontend interview process is... wild. Here’s how I’ve navigated tech interviews in my own career.
May 10, 2023
There’s a heated debate over JS vs. no-JS. Astro rejects it as a false choice and says, “Let’s just build great websites!”
Mar 14, 2023
Animations can make web apps feel more fun and alive. In this tutorial, learn how to use GSAP, randomization, and the MotionPath plugin to make your animations feel more lively.
Feb 28, 2023
If you can write a TypeScript type, you can add a database to your app. Databases can be fun! Even if you don’t think you’re a “database dev”, give this tutorial a try.
Jan 24, 2023
Typesafe Markdown might sound like an oxymoron, but with the new content collections released in Astro 2.0, you can now specify a schema for your Markdown frontmatter using Zod and get all the delicious validation and autocomplete that comes with it.
Jan 19, 2023
If you have an M1, M2, or other Apple Silicon chip in your computer, you can use hardware acceleration to speed up FFmpeg video encoding.
Oct 12, 2022
Many JavaScript and CSS theme switchers have a momentary flash of the wrong theme. With edge functions, we can make that a thing of the past.
May 3, 2022
Transform HTML at request time using HTMLRewriter and Edge Functions. Update text, element attributes, and more.
Jun 5, 2020
When writing asynchronous code, async/await is a powerful tool — but it comes with risks! Learn how to avoid code slowdowns in this tutorial.
Mar 27, 2020
Are you already using the Jamstack? Boost your understanding of modern web dev and learn what the Jamstack is — and what it’s not — in this overview.
Jan 10, 2020
How do you use query parameter arguments in a serverless function? This quick tutorial will show you how to get values from query string parameters.
Jan 8, 2020
With serverless functions, the JavaScript powering our front-ends enables us to add back-end logic. Deploy your first serverless function in this tutorial!
Jan 8, 2020
Serverless functions enable front-end developers to add powerful "back-end" logic to our apps just by writing JavaScript — no devops, no servers, just results.
Jan 6, 2020
Make sure your content stands out in social media timelines by automatically generating social media sharing cards for your blog posts.
Jan 6, 2020
Creating eye-catching social sharing images doesn’t have to take a ton of time. In this post, learn how to create a reusable template for sharing your posts.
Jan 5, 2020
A tutorial on how to upload via UI and use custom fonts in text overlays with Cloudinary to generate images with custom text.
Jan 5, 2020
A tutorial on how to upload and use custom fonts in text overlays with Cloudinary to generate images with custom text.
Jan 4, 2020
In this post, learn how to use Cloudinary to add text overlays to images using URL-based APIs.
Mar 25, 2019
How do we keep the content separate from presentation in React apps? Here’s one approach we’re using in Gatsby themes.
Oct 17, 2016
A step-by-step video tutorial on setting up a local WordPress development environment in minutes using Trellis, plus how to deploy FAST with free SSL.
Aug 25, 2016
Learn how to use the JavaScript bundler Rollup to process stylesheets using PostCSS and rebuild & reload files when changes are made in this tutorial.
Aug 19, 2016
Learn how to use Rollup as a smaller, more efficient alternative to webpack and Browserify to bundle JavaScript files in this step-by-step tutorial series.