You are here |
stefanhayden.com | ||
| | | |
jkirchartz.com
|
|
| | | | A fine fellow told me about their bookmarklet for making GHpages posts so I've decided to steal their idea, I love bookmarklets. | |
| | | |
ddanilov.me
|
|
| | | | This blog is powered by Jekyll, one of the most popular static site generators. Jekyll solved most of my issues with the blog: I edit markdown files in a code editor, commit them to GitHub and voila I see updates as web pages. No more WordPress plugins, weird CRM, half-baked... | |
| | | |
nicolas-hoizey.com
|
|
| | | | When I was building my site on my local computer, I had a shell script to initialize a new Markdown file for sharing a link. When I moved to Cloudflare Pages 6 months ago, it opened a new opportunity to share links more easily in my Eleventy content, directly from the page I wanted to share. Bookmarklets are still an awesome invention! | |
| | | |
mcuoneclipse.com
|
|
| | The previous parts were about installation, project setup and building. This one is about debugging an ARM Cortex-M Microcontroller with Visual Studio Code: Cortex-M4 (NXP K22FN512) Debugging with Visual Studio Code Outline In this article I show how to debug an ARM Cortex (M4F, NXP K22FN512) microcontroller with the Microsoft Visual Studio Code. For this... |