I love hearing from readers! You can use this form to reach out to me with any questions, comments, or concerns.
If you have a question, please take a quick look at the over on the rightbelow. You might find the answer you’re looking for. 😄
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
I write all of my blog posts in MDX(opens in new tab), a technology that allows me to include bespoke React components within a Markdown document.
Essentially it allows me to do stuff like this:
---
title: 'My Blog Post'
---
**This is an MDX document.** It looks just
like _Markdown_, but it can include custom
React components:
<FlexboxDemo
initialJustifyContent="center"
/>
The wonderful thing about MDX is that it gives us all of the power and flexibility we have when building any other React application. At the same time, it can still be parsed as Markdown, so we can use it as a data format (eg. to display a list of posts, or implement custom search functionality).
That said, MDX adds a significant amount of complexity compared to regular Markdown. It would be overkill if you wanted to build a typical blog.
You can learn more in my blog post, How I Built My Blog.
This blog is built using Next.js 14(opens in new tab) using the App Router(opens in new tab). Here are some of the other core pieces:
You can learn more in my blog post, How I Built My Blog.
I designed and built this blog from scratch, without using any templates, UI frameworks, or component libraries. It’s my own custom thing. 😄
Tools like Bootstrap / Material UI definitely have their use cases, but if you want to build something with a unique visual aesthetic, it’s so much easier to start from scratch, without any pre-existing styles beyond a CSS reset.
I’ve written about my philosophy in-depth in my post, “You Don’t Need A UI Framework”(opens in new tab).
It’s my own custom pair of themes! I created two separate ones, one for light mode and one for dark mode.
They use TextMate grammar, so in theory they can be used with VSCode or other editors, but I haven’t tested this at all. If you’re feeling adventurous, here are the raw theme files for you to use:
This blog, along with some of my other(opens in new tab) sites(opens in new tab), include clay-style 3D assets like this:
I created these assets using Blender(opens in new tab), a popular open-source 3D modelling application. I should warn you: Blender has a pretty steep learning curve. It took several months of learning and practicing every day before I was able to create nice things from scratch, and I still barely know what I'm doing.
I learned Blender by following tutorials on YouTube, hopping around between different teachers and googling specific skills when I needed to know them. I tried some paid resources as well, but honestly they weren’t any better than the free stuff on YouTube, so I'd suggest sticking with that.
The only 3D asset I didn’t make is my main 3D mascot. I commissioned this from an artist(opens in new tab) whose work I really liked. It wasn’t cheap (I think maybe around US$1000 for all of the variants), but it was absolutely a worthwhile investment. 😄
Afraid not, sorry! I explain my reasoning in this post: “Why My Blog is Closed-Source”(opens in new tab).
That said, I have enabled source maps, so you can browse the code in-browser through the Sources pane. You can learn more about how to use this devtool in the Chrome documentation(opens in new tab).
The short answer is no.
I receive messages every day from folks in bad situations who want me to help them out with a discount or free access. Sometimes I really feel for them, but it wouldn’t really be fair for me to make an exception. I shouldn’t be deciding who does / does not deserve a discount based on how sympathetic their story is, or what sort of mood I'm in that day.
Instead, I have transparent policies around pricing, and everybody in the same situation pays the same price. There is no secret discount that can be unlocked by contacting me. Most people who register for one of my courses pay the list price.
Having said that, there are a few specific situations in which we do have discounts:
If you have any questions about these specific situations, please feel free to contact me. Otherwise, I'm afraid I no longer reply to requests for special discounts.
I’m afraid I don’t have the bandwidth to do this anymore, sorry!
That said, after reviewing hundreds of portfolio sites, I found I was giving the exact same advice over and over. I compiled all of that feedback, as well as some tips and tricks, into a short ebook. You can download it for free.
Certainly! If you have a blog / newsletter / community in a language other than English, you’re welcome to translate and publish the articles for your audience.
There is only one requirement: A link to the original article must be included at the top of your translated article, so that readers know right away what the original source is.
You can see an example(opens in new tab) of what good attribution looks like.
I’m afraid I’m not looking for work at the moment, sorry! My sole focus is creating the best educational content for developers in the world.
And I probably can’t provide any referrals either. I don’t really know many developers who do freelance / contract work, and it’s just not something I feel comfortable doing unless we have an established relationship.
Afraid not — this is my personal blog, I'm the only one who publishes on it.
I’m also not interested in including your company’s link in one of my articles, or playing any other SEO games. I probably won’t respond if you send these sorts of solicitations.
© 2018-present Joshua Comeau. All Rights Reserved.