Mohamed EL BOUDALI

Sr. Software Engineer from Morocco. Writing about web development, AI, and building things that matter.

TypeScriptReactNext
April 1, 2022 · 4 min read

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.

GitHubGitHub Actions
October 20, 2021 · 3 min read

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.

TypeScriptGatsby
October 15, 2021 · 6 min read

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.

GitHub
October 12, 2021 · 2 min read

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.