Skip to main content

Leveraging git hook for hardcoded secrets scanning in a codebase

· 6 min read
Abdulmalik

Almost everyone knows how to use .gitignore, the git file that helps in keeping sensitive files like .env out of the tracking, commit, and pushing process, and also unwanted folders like node_modules and all.

But do you know secrets, hardcoded credentials, and API aren't easy to deal with using a .gitignore file? you don't want to keep your config.js or config.go file out of the commit process, these are essential files to your project.

Documentation as a gateway to Open Source

· 8 min read
Abdulmalik
Open Sourcerer

Documentation is a vital part of any open source project or software.

It is the entry point or a fall back option for users of any open source project or software to read usage, installation instructions, to fix issues and learn more about the project.

Open Source Internships Program in 2024

· 8 min read
Abdulmalik
OSS Contributor

Before we start, I will like to say, All these programs listed are not mandatory for you to contribute to open source.

But you can contribute to open source even if you don't get selected for these programs, you can always contribute to open source programs anytime you want.