General

Awesome Resources

Tools

JavaScript

  • deno: A modern runtime for JavaScript and TypeScript. Website
  • dotenv : The secrets manager for .env files โ€“ from the same people that pioneered dotenv ๐ŸŒŸ (Recommended)
  • dotenv-vault : Library for store and securing .env file with encrypt version, and help us build secrets version ๐ŸŒŸ (Recommended)
  • dotenvx : Loads environment variables from .env for nodejs projects.
  • HTML Code Snippet : HTML Snippet from W3school
  • husky: Git hooks made easy ๐Ÿถ woof!
  • istanbuljs: monorepo containing the various nuts and bolts that facilitate istanbul.js test instrumentation
  • jerryscript: Ultra-lightweight JavaScript engine for the Internet of Things.
  • npm: Package management of Javascript
  • TanStack: Open source software for web developers

Code Snippets

HTML

center

Central the text in the box below the image

<div align="center">
	<img src=#>
	<strong><em><p style="text-align: center;">Blue and Green deployment strategy</p></em></strong>
</div>
 
<div align="center">
	<p style="text-align: center;">Blue and Green deployment strategy</p>
</div>
 
<div align="center">
	<strong><em><p style="text-align: center;">
		<a href="#">Choose an Azure compute service</a></p>
	</em></strong>
</div>

Embed video on markdown, or HTML

Documentation: W3 School - HTML YouTube Videos

<iframe width="600" height="315"
src="https://www.youtube.com/embed/tgbNymZ7vqY">
</iframe>