DEV Community

Cover image for So here is a new Gatsby, Hugo & Jekyll theme (-.-) 🔥🔥
Sharad Raj (He/Him)
Sharad Raj (He/Him)

Posted on

4 1

So here is a new Gatsby, Hugo & Jekyll theme (-.-) 🔥🔥

I'm posting this after a long time, I think a year maybe. So making the comeback with creating some themes and sharing FOSS side projects that I created for myself.

So first one in the list is this Gatsby theme.
Actually, I created this theme first for Jekyll then Hugo and then for Gatsby.

How it looks

Here are all the repository links:

Gatsby Theme Serial Programmer

Live Demo

Jekyll Theme Serial Programmer

Live Demo

Hugo Theme Serial Programmer

Live Demo

Wait for other side projects in next post.

Thank you for reading (-.-)

Top comments (0)

typescript

11 Tips That Make You a Better Typescript Programmer

1 Think in {Set}

Type is an everyday concept to programmers, but it’s surprisingly difficult to define it succinctly. I find it helpful to use Set as a conceptual model instead.

#2 Understand declared type and narrowed type

One extremely powerful typescript feature is automatic type narrowing based on control flow. This means a variable has two types associated with it at any specific point of code location: a declaration type and a narrowed type.

#3 Use discriminated union instead of optional fields

...

Read the whole post now!

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay