Really cool retro terminal emulator that simulates a CRT on an old machine 🙂 Here’s more info about including instruction on how to install it on Linux machines: https://itsfoss.com/cool-retro-term/ The good news is that it works on Mac too! If you have Homebrew, just install it using: Enjoy!
Tag: HTML
Introducing: Instagreen!
https://toogreen.ca/instagreen As I mentioned in previous posts, I’m currently into learning ReactJS, and while doing so, I’m trying to build fun little projects which I can add to my portfolio. So here’s a new one, and probably the best one so far for sure: Instagreen! As the name implies, it is indeed a clone of…
New web version of my CV/Resume up!
As you may (or may not) know, I’m currently open to any work opportunities, therefore I worked on the “web” version of my CV quite a bit over the weekend. I’ve converted the static HTML version of it to a way better version using the React.js framework. This allowed me to make it bilingual by…
Learn React.js
This is an AWESOME tutorial if you want to get into REACT and you’re not sure where to start…
Great talk about HTML semantics
A good reminder that we should use HTML as it was intended to be!
Run a Web Server from Any Folder on Your Mac!
I just discovered this really simple hack which is both a time and life saver if you want to quickly test simple websites on your machine. From any folder (a GIT folder for example where your code is), you simply need to run this simple Python command: UPDATE! Since Python 3, it has now changed…
TIL that you can host simple static HTML sites on S3. Pretty cool trick.
Find out more at the link below: https://wweb.dev/blog/aws-getting-started-deploy-static-website-s3
Tired of idiots still using Internet Explorer 11 or lower?
Well me too. The latest website I coded uses many advanced CSS3 elements and honestly, I can’t bother anymore with old ass browsers and people still using them. Therefore here’s a piece of JavaScript code you can insert on your site if you want to alert these folks to get with the times. Of course…