Every Developer Needs This
#raspberrypi #programming #robot
Every Developer Needs a Raspberry Pi
To try everything Brilliant has to offer—free—for a full 30 days, visit https://brilliant.org/SamMeechWard/...
C++ Inside Swift
Did you know that you can just dump C++ code into your swift project? Did you know that it actually...
DiagramGPT - Honest Review of Eraser AI
This is my take on LLM tools and if they're useful for me. But I'd love to know your thoughts on this...
The React, Bun & Hono Tutorial 2024 - Drizzle, Kinde, Tanstack, Tailwind, TypeScript, RPC, & more
This is a modern full-stack tutorial for anyone that wants to learn how to make a modern react SPA that...
The true meaning of Git is hidden in the first commits in 2005 #programming #git
Code editor hacks every developer wishes they knew sooner! #programming #vscode #webdevelopment
Why is JavaScript ASI like this? #javascript
Stop using VARCHAR(255) #sql #database #programming
varchar(255) shouldn't be a default that people use. Use a value that makes sense for your database...
Billion-Dollar Precision! #database #sql #postgresql #webdevelopment #programming
JavaScript is object oriented #javascript
coddy.tech
Scale your web app: Why you need s3 and a database service #webdevelopment #database
Help support me make more videos: https://ko-fi.com/meechward
Accidental string concatenation in JavaScript #javascript
TypeScript Can't But Zod Can #javascript #typescript #webdeveloper #webdevelopment
Caddy Fully-Managed HTTPS Reverse Proxy #webdevelopment #cybersecurity #cloudcomputing
How To Start Writing Unit Tests #programming #javascript #webdevelopment
Best practice git commit #programming #coding #git
App Deployment Essential Techniques #webdevelopment #database #cloudcomputing
Deploying Full Stack Apps to AWS EC2 with SQL Databases
EC2 are virtual machines, so you're basically going to copy what you've done locally (localhost) and...
How to Get Good #programming #coding #webdevelopment
Nodemon for Every Language #programming #coding #javascript #webdevelopment
Denormalizing DB for Justin Bieber #database #sql #webdevelopment
What happens when I remove the else statements #coding #javascript #programming
I Stopped Using Express.js: Because Bun and Hono 🔥
Express has been around for almost as long as node has existed. It’s an awesome framework, it’s how...
The meta viewport tag #html #webdevelopment #coding
Underated database trick #database #sql #mysql #webdevelopment #programming #coding
Looping arrays #javascript
Im good at coding challenges
https://coddy.tech
Emoji language? #programming #emoji
🍛 function #javascript #typescript #programming
Objects/Primitives #javascript
JSX Does What? #webdeveloper #javascript #reactjs #webdev
Next.js throws #nextjs #reactjs #javascript #webdevelopment
Don't Try Catch These Next.js Errors
Next.js intentionally throws errors in your app, don't catch them.
!! && #programming #webdev #reactjs #nextjs #javascript
Javascript is Bananas #javascript #programming
Kinde: The Best Auth Solution Next.js 14
Implementing auth is hard, so use Kinde to make it easy. I'll show you how to add Kinde to your next...
Map reduce? #javascript #programming
try catch is confusing #programming #javascript
Dividing by 0? #programming #computerscience
Fastest, Easiest, Cheapest Database in the World
#webdevelopment #programming
Easiest Database Setup in Next.js 14 with Turso & Drizzle
I always use Turso and Drizzle for data persistence in my apps. It's so easy and fast and cheap.
Use a TypeSafe ORM
Why I like using drizzle in my projects #webdevelopment #reactjs #typescript
Next.js Is Confusing - Is This Server or Client Code?
Next.js server components and server actions make things easier when they work, but when things go wrong...
Stream GPT
#webdevelopment #ai #webdev #reactjs #javascript
GPT-4 Vision and Next.js Tutorial - Create Your Own AI Coding Bot
I'll guide you step-by-step on how to create your own AI coding bot using GPT-4 Vision and Next.js....
How to S3 Bucket
#webdevelopment Here's how you setup an s3 bucket for your web app
Next-Level S3 File Management: The Ultimate Guide to Handling Files in Next.js 14
Use server actions to generate a signed url, then upload your image straight to s3 from the front-end...
Better React With Previews
When a user selects in image in a form, how do you display that image to the user?
Effortless Auth in Next.js 14: Use Auth.js & Drizzle ORM for Secure Login
The newest version of Next Auth works really well with the App Router. If you follow this tutorial,...