I'm already pushing my luck with inline-HTML as it's
BRrr eaaaking...
MD Styling Rules by the 1000's!!
The heading "BRrr eaaaking..." renders correctly (red text, @ 24px) in some MD parsers, in others it will not.
Refer to GitHub's MD Flavor Spec.
- Building an SPA | API Project to practice my development skills with the tools below.
- TypeScript
- Nuxt
- Vue
- React
- Pinia
- Laravel
- WordPress
- Ionic Capacitor
- Rust + WASM
- GrapgQL for AI LLMs
- Technical SEO
- Business Development Projects with a global reach potential.
- I'm a founder/partner/consultant of a few small tech-related companies and a few standard bolts-n-nuts businesses.
Post-Quantum Encryption Solutions based on Rust and a WASM Browser interface.
- Well anything basically. If I can help, I will. If I know, I'll share my knowledge, if I don't know, I go find out.
Secure Confidential Contact Channels
🕷 — Human, Tarantula Nebula | Consultant - Contractor - Nomad
🏷️ — Dad-of-Four, Ex-Teleco engineer, entrepreneur, self-taught dev, interested in tech, science, and life on a broad scale. Always busy developing and learning. Currently Building Q-Droid.
🏷️ — I enjoy chatting about: Opinions, Facts and Practical Information regarding Entrepreneurship, Business Ventures, Software Development, Science & Tech. As I learn I write about it on Substack and here.
🎓 — Formal education, which was a looong time ago: - Electronics Eng, South Africa, Vaal University of Technology
🛖 — Currently based in Tbilisi, Georgia
- 😄 Pronouns: he/him
Yes, the underwater kind. Scuba diving is a favourite pastime, and taking pictures and videos of all the strange critters to be found there is extremely rewarding in its own relaxing way.
Some Frameworks & Tools I currently use 📗, are learning to, or plan to use 📘 ... Also becoming aware of "corrupted" FOSS📕, which I'll avoid using AMAP.
Database Types | Platforms | Other Tools |
---|---|---|
MySQL 📗 | PlanetScale 📘 | GitTower 📘 |
PostgeSQL 📘 | ClickHouse 📘 | Laragon 📗 |
SQLite 📗 | SingleStore 📘 | MySQL Workbench 📗 |
NoSQL 📘 | AWS 📗 | TablePlus 📗 |
Azure 📘 | Cloudflare 📗 | |
Valkey 📘 | Netlify 📗 | Docker 📗 |
Just messing with my kids a bit. It keeps them on their toes! 😉
What is Lorem Ipsum?
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
Why do we use it?
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).At the 2019 rendition of E3, an eccentric gamer in attendance interrupted Keanu Reeves' presentation of the role-playing game (RPG) Cyberpunk 2077, loudly claiming, “"You're breathtaking,"” which was directed at the actor-cum-presenter. The image macro used to build the "You're Breathtaking" meme generally features a still of Keanu Reeves pointing at someone in the audience in front of him - that someone is Peter Sark, though there are no images from Keanu's point of view that have since been used as part of the "You're Breathtaking" meme.
The snippets above were discovered on Aravind Ramalingam's Blog. Do go check it out he has a number of other tricks up his sleeve.
There's a complete HTML document section down below, however, GitHub's MD parser seems to battle with how to handle this "intended mess". Opening this README.MD file in a browser reveals other differences between viewing the file via GitHub's User Profile Page vs viewing the transpiled Markdown in a browser via VS Code's UI in "Preview Mode".
<style> .image-underlay { position: relative; width: 100%; text-align: center; } .text-container {
position: absolute;
color: rgb(255, 255, 255);
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-color: rgba(41, 41, 41, 0.8);
padding: 0.5rem;
text-align: center;
font-size: 16px;
}
</style>