Juji's Blog
What? where? here? ... Awesome!
Just some notes that will help me with web development.
I hope it can help you too. ;)
The Conventional Commits specification is a lightweight convention on top of commit messages. It provides an easy set of rules for creating an explicit commit history; which makes it easier to write automated tools on top of. This convention dovetails with SemVer, by describing the features, fixes, and breaking changes made in commit messages.
Didn't found a complete list googling. So here I am writing this list.
Where do people get their tsconfig file? Is it reading? there must be a simpler way. there must be a template somewhere in the universe...
A reminder on how to do transition height to auto in CSS
How To Make a small GitLab Repo
I created this NextJs blog, using Contentful as CMS. I found things that i should have remembered, but i forgot. This is a note to remind myself How NextJs and Contentful work with each other. Also, there's a little bit about Algolia.
How do you add share functionality in your React site? How do you make it compatible with Web Share API? That is the question this post is trying to answer.
In this post, I will tell you about how i created my blog. I created a NextJs blog, using Contentful as CMS, powered by Algolia search engine and Github comments: It is how this blog was made.
Init