-
Markdown tutorial fundamental
Markdown tutorial fundamental Markdown is a clean and neat text file for writing HTML without typing HTML that human can read the content easily from source markdown file. HTML is the file for a browser to display the content but human cannot read the content easily. We assume you have already have VS Code installed…
-
VS Code Markdown guide
VS Code Markdown guide Make sure you have VS Code installed. VS Code comes with Markdown extension by default, but you can add more to improve the productivity. Markdown extensions allow you to extend and enhance Visual Studio Code’s built-in Markdown preview. This includes changing the look of the preview or adding support for new Markdown syntax.…
-
Free SaaS (Software as a Service)
App Prototype Design Color Graphic Design Mind Map PDF Photo Editor
-
Free API (Application Programming Interface)
What is an API? API stands for Application Programming Interface. APIs are mechanisms that enable two software components (usually frontend and backend) to communicate with each other using a set of definitions and protocols. This contract defines how the two communicate with each other using requests and responses. You do not need to take care…
-
Free ebooks
https://hkpl.overdrive.com/ https://www.pdfdrive.com/ Graphics
-
Protected: Flutter course 1
There is no excerpt because this is a protected post.
-
AWS EC2 User Data
AWS EC2 User Data User data means the launch script for your EC2. For example, you can create a User Data to download a website from git and put it to the web folder. So you do not need to do any setup by SSH after launch. Another function is do some basic setup so…
-
VS Code configs
VS Code has many features but also it will have different settings in different computer. Some common setup can be found below. Configure display Language Change display language. Ctrl+Shift+P -> Configure display language -> Select your language https://code.visualstudio.com/docs/getstarted/locales Terminal Profiles If you can open terminal, then you can switch to another terminal from the terminal…