#100DaysOfCode #CodeNewbies #docker
🔌Before I begin: This thread is also available in a more convenient and more accessible format at my new project "Let's Explain" (where you'll find all my other "let's explain" threads as well):
#100DaysOfCode #CodeNewbies
We've already talked about Promises in a previous thread. Read it if you haven't already. This thread will be a continuation of that thread so please see that first:
A. Accessible Web Initiative
B. Web Accessibility Working Group
C. Web Content Accessibility Guidelines
Sep 22, 2020 • 4 tweets • 1 min read
❌ “I built a to-do app with React”
✅ “I have built an app that has helped people stay on top of their day-to-day tasks and stay organised using my React skills”
👉 It’s about the impact you have on people, not your skill set
❌"I built a weather app with Vue"
✅ "Enabled users to plan their day by building an app which provides clear and convenient hourly weather forecasts. Make flexible, expandable and fast by using the Vue framework to build the app"
Sep 21, 2020 • 15 tweets • 3 min read
What is "this" in Javascript? Let's explain:
Thread 🧵👇
#100DaysOfCode#CodeNewbies
First off, a note: I was planning on create a thread like this for ages, but I have been putting it off for one simple reason: just like a lot of people, I too didn't quite get the "this" keyword. It still baffles me a bit but hopefully this basic walkthrough will make sense.
Sep 1, 2020 • 10 tweets • 3 min read
The problem with the "typewriter effect" on your website and how to fix it.
(Thread) 🧵👇
#100DaysOfCode#CodeNewbie#accessibility
So you want to show off your portfolio website and you want to add some fancy graphics to show off your Javascript skills. What better way than by adding a fancy "typewriter effect" to show the world your multi-faceted personality?
Aug 25, 2020 • 15 tweets • 3 min read
What is a Promise in Javascript? Let's explain!
Thread 🧵👇
#100DaysOfCode#CodeNewbies
Promises in Javascript are a way of isolating something that will likely take a while to complete. Like getting content from another website, or a file
Aug 22, 2020 • 4 tweets • 1 min read
🌐 It’s easy to make fun of Internet Explorer now that it’s been “declared dead” but lets not forget the significant contributions it has given the modern web.
#100DaysOfCode
The year was 2020. The lockdown has taken its toll on my boredom. Browsing software development forums became my second job. I knew all the trends. All the hot topics.
Jul 4, 2019 • 12 tweets • 3 min read
Good code and resistance to change:
Thread: ⤵️
#cleancode#programming#coding
One way or another ever since we started writing code, some rules have been imposed on us.