Mohamed EL BOUDALI
Sr. Software Engineer from Morocco. Writing about web development, AI, and building things that matter.
How to set up Next.js with TypeScript
Next.js is a React framework to build fast and high-performance applications. It provides an integrated TypeScript experience, including zero-configuration set up and built-in types for Pages, APIs, and more.
Add blog posts dynamically to your GitHub README
You can share information about yourself with the community on GitHub by creating a profile README. You can also decide what information to include in this file, so you have full control over how you present yourself on GitHub.
How to set up Gatsby with TypeScript
Last year I started integrating TypeScript into all of my projects and workflows. It helped me write better and more predictable code. In this tutorial we will take a look on how to set up our Gatsby website and support it fully with TypeScript.
Connecting to GitHub with SSH
With SSH keys, you can connect to GitHub without supplying your email and password every time you push. When you set up SSH, you will need to generate a new SSH key and add it to the ssh-agent.