https://symflower.com/en/company/blog/2022/getting-started-with-visual-studio-code-extension-development/ (30/01/24)
- Ext activation events are command-based, in the past you must specify
"activationEvents": ["onCommand:helloword.helloWorld"]
inpackage.json
, but now that options is built-in. - Use
"activationEvents": ["onStartupFinished"]
, which fires right after VSCode has started. - The more specific Act Events, the better. Less ext to start at once makes VSC faster.
- Some items are Disposables, if you think about it they do get disappeared right instance or after an amount of time.
- LSP decouples dev tooling (servers) and text editors (clients) over a tech-neutral base layer. Don't have to write glue code when targeting editor that supports LSP. Server can be written in any languages.
- LSP runs over RPC, using JSON-RPCv2 protocol. 1 client and 1 server exchange msg (req, res, notification).
NOTE: Remember to add timestamp to your materials to track progression
https://www.workingsoftware.dev/software-architecture-documentation-the-ultimate-guide/
NOTE: Remember to add timestamp to your materials to track progression
NOTE: Remember to include timestamp at the end of each learning materials to track learning progression
- These are rules, not To-do List. These methodologies apply to everything you do.
- Always makes plan to fulfill your deadlines first. Any spur-of-the-moment ideas must be delayed and put into wish list / to-do list for long-time planning.
- Estimate the learning curve of project ideas mentioned in Rule #1. Some take days, some take months, maybe years to accomplish, knows your current limit is very essential.
- Don't do everything by yourself. I learned this the hard way. Beside thoroughly asking and eventually you still do it yourself, ask/hire somebody else to do it. The latter might be dirty, might be shameless, might be disgraced to your ideals, but if it works and finished on time, it's well worth it.
- Try your hardest not to use the phone while working. Yes I know you want to watch cat videos, yes I know you want to admire your fav cosplayer, ... but now is not the time. Every minute passed is a wasted minute for sb to be better than you.
- **Remember to do digital tid
Syntax: ## Name of the major topics ### Author - Their focus techs
...
https://github.com/cloudcommunity/Cloud-Free-Tier-Comparison
- GitHub Pages
- GitLab Pages
- Netlify
- It has too many solutions out there, each have their own pros and cons, a skillful devs must weight all of them in order to choose the most viable option:
- Similarity: small quota limits, storage limits on the free tier.
Free to download and self-host, but you need a PHP server.
- Prebuilt templates (free + premium)
- auto gen seo tags (follow json-ld schema format that GG wants) (e.g. upload 1 img, resize to 3 diff specs (GG rcm) and gen meta tag desc, title, ...
NewerOlder