Joined August 2019
Photos and videos
Pinned Tweet
Biggest tip for beginning coders? Name your methods/functions with a noun & verb - e.g. updateRecord(). That will tell what you are doing, & which entity you are doing it to. #coding #javascript #html #css #python #golang #100daysofcode #girlswhocode
1
14
27
100% Yup - VS Code for me!
0% Nope - Make mine NetBeans
0% Nope - All Eclipse
0% Other (comment pls!)
3 votes • Final results
1
Getting carried away with 3D CSS transforms. I feel like it’s 1997 and I just discovered HTML <blink> element. #css #html #javascript #3d #webdev #websummit #coding #developer #girlswhocode #100DaysOfCode
1
3
2
Thanks for the tip, @kyleshevlin. I never noticed that diff tool hiding there...
1
After 20-something years of coding and teaching primarily in Java, JavaScript’s dynamic objects and treatment of functions is making this coding thing fun again! #javascript #coding #programming #nodejs #100DaysOfCode #girlswhocode #java
6
10
That bug that happens when you type .slice() instead of .splice() 🤯🤯🤯 #javascript #json #arrays #code #software #developer #vscode #programming #data #datascience #100DaysOfCode #girlswhocode #learning #LearnToCode
3
6
Responsive Web Design is understanding who your user is and what their goals are. It’s not just max-width. It’s respecting the challenges of your user and their device. #web #design #html #css #javascript #nodejs #100DaysOfCode #girlswhocode #code
1
6
Routing in express.js is powerful, simple (but not too simple), and just works how you’d expect it to. Well done! #express #expressjs #nodejs #100DaysOfCode #webdeveloper #web #framework #girlswhocode #javascript #software #code
1
3
62% node myfile.js
38% nodemon myfile.js
0% Other.. (comment below!)
8 votes • Final results
3
4
It’s amazing how switching IDEs for a while can make coding fun again if you are feeling stale. Enjoying VS @Code this Sunday! #coding #javascript #reactjs #html #css #webdesign #100daysofcode #girlswhocode #datascience #developer #learntocode
What’s UX design? I like Don Norman’s definition: “all aspects of the user’s interaction with the product: how it is perceived, learned, and used.” #uxdesign #ux #website #webdesign #design #web #browser #graphicdesign #userinterface #girlswhocode
3
A software “feature” has cost in terms of design, implementation, testing & maintenance..as well as cognitive load for the end user. Some features are better left out. #coding #code #java #python #javascript #html #css #software #100daysofcode #girlswhocode
2
3
Coding in JavaScript retweeted
Just came across this interesting #JavaScript behavior example: ("b" "a" "a" "a").toLowerCase(); // "banana" Explanation: Step 1: "b" "a" = "ba" Step 2: "ba" ( "a") = "ba" NaN = "baNaN" Step 3: "baNaN" "a" = "baNaNa" Step 4: "baNaNa".toLowerCase() = "banana"
1
5
11
Coding in JavaScript retweeted
Learning #JavaScript feels like: Lesson 1: 1 1 = 2 Lesson 2: 2 * 2 = 4 Lesson 3: \pi=\sum_{n=0}^\infty(-1)^n\frac{4}{2n 1}
48
237
1,293
Great tip! I would suggest this for senior devs and anyone else trying to boost productivity as well! 🚀🚀🚀
#JuniorDevelopers! Here's a tip: Instead of using Todo lists, schedule everything. Try saying, "at 1.00pm I will code for 1hr", instead of "I'll add coding to my todo list" See if it boosts your productivity! #Coding #programmer #Coder #javascript #100DaysOfCode #CodeNewbie
My eyes became much happier with me when I realized you don’t have to stare at the computer screen while you are thinking. 👀 📺 #coding #JavaScript #python #html #css #nodejs #DataAnalytics #datascience #golang #girlswhocode #learning #100DaysOfCode
4
4