How to Create Mermaid with GitHub 15-08-202224-07-2022 by Maytham Fahmi Mermaid is a JavaScript-based diagramming and charting tool that uses Markdown-inspired text definitions and a renderer to create and modify complex diagrams. The main purpose of Mermaid is to help documentation catch up with development. Let’s take an example, if you copy the following snippet in your GitHub repo with Readme.md or any markdown page,…. ShareTweetSharePin
How to manage secrets in .NET locally and on GitHub? 08-02-202202-01-2022 by Maytham Fahmi A lot of software development requires secrets to interact with other systems, database, api keys etc. It is ultimate important to secure these secrets, in a way that you are less concern who can access or se these secrets. IMO, a best practice is to have different secrets for each environments. For example for Local…. ShareTweetSharePin