Fun with console.log() 💿
If you've ever developed a web app, you'll be familiar with console.log(...), the method which prints data to the developer console; useful for debugging, logging and testing.Run console.log(console),...
View Article50+ Awesome Dev Tool Tips 🔥
The browser developer tools are incredibly powerful, with new debugging and optimisation features being added every few months.The following post outlines 50+ awesome tips, that you can use to...
View ArticleGenerate Pretty Code / App Screenshots 📸
Spice up your docs, blog posts and Tweets with some pretty screenshots! The following is a list of 20 free tools, that will generate nicely formatted screenshots of code, device mockups and embedded...
View ArticleSuper Useful CSS Resources 🌈
View on Dev.to: A collection of 70 hand-picked, web-based tools which are actually useful. Each will generate pure CSS without the need for JS or any external libraries.Full credit goes to the authors...
View Article20 Git Commands you (probably) didn't know 🧙♂️
A collection of 20 under-used git command to upgrade your development experience.If you've ever browsed the git manual (or run man git), then you'll have noticed there's a whole lot more to git than...
View ArticleCLI tools you can't live without 🔧
As developers, we spend a lot of our time in the terminal. There's a lot of helpful CLI tools, which can make your life in the command line easier, faster and generally more fun.This post outlines my...
View Article20 Amazing Collections for Self-Taught Developers 🎓
A collection of the best free developer resources, from GitHub and beyondDeveloper CurriculumDeveloper Roadmaps - Complete roadmaps for developers FreeCodeCamp Curriculum - Full and free learning...
View ArticleSvelteKit 1.0 - Building a Blog that fetches from RSS 🦄
The aim of this post is to provide a whistle-stop tour of the latest version of SvelteKit. We're going to build a developer portfolio and blog website, that fetches data from your RSS feed, as well as...
View Article50 ways to bring in extra cash as a developer 💰
Times are tough at the moment (cozzie livs), but as developers we've got a unique set of skills which are in high-demand, if you know where to look!This post briefly outlines 50 side hustles you can...
View ArticleTrying out Solid.js 🍰
IntroI've been interested in Solid ever since I saw it rising on the StackOverflow developer survey (the third-most admired framework), and even more so since watching Fireship's Solid in 100 Seconds...
View ArticleProject Ideas: Agile 💡
Many software development teams follow some kind of agile methodology, as the backbone for their ways of working. And if you are one of them, you'll know the current software landscape (Jira,...
View ArticleMy thoughts on Tailwind 🍃
For a long time I've always been very ant-Tailwind. I don't like how cluttered it makes your markup, or how it abstracts away what's actually happening, or the un-semantic approach it forces you to...
View ArticleAstro is pretty cool 🆒
This post outlines the top 5 coolest things about Astro, and why you might want to consider it for your next project At the end, I'll share a demo of a project I used Astro for, and how I found working...
View ArticleAHK: Use Arrow Keys as Modfifiers
IntroThe following AutoHotKey script enables you to use Ctrl + Alt followed by an arrow key to target PgUp, PgDwn, Home and End. These function keys are seriously underated, they allow you to navigate...
View Article