Cheers to the weekend!
Looking back on your week — what was something you're proud of?
All wins count — big or small 🎉
Examples of 'wins' include:
- Completing Hacktoberfest!
- Starting a new project
- Fixing a tricky bug
- Prioritizing rest and exercise...or whatever else that may spark joy 😄
Happy Friday!
Latest comments (27)
Well I did lot of things this week! ✨
• Wrapped up my 2nd year of Hacktoberfest :D
• Updated the responsiveness of my portfolio site.
• Contributed to 4 major Open source projects!
• Learnt a bit of Kubernetes.
• Completed #30daysofGCP challenge!
• Read 30+ blogs on Dev.to 😎
& learned how to make a pancake 😂
I published my first technical blogpost this week 🎉👩🏻💻
GraphQL, You're Intuitive and Flexible, We'll Be Friends
Eevis Panula (she/her) ・ Oct 29 ・ 6 min read
I made some updates to my halloweenti.me project that I had never done before. Including.
Fixed navigation problems in our app.
Started building the mailing list for the community im building
mailchi.mp/92bc4c3eda83/newsletter...
Was granted by the Department of Science and Technology a Scholarship Grant on Coursera

Well, I had a few tiny wins.
So... cheers 🍻
Hacktoberfest2020 🎉✨wrapup and few key🔑 points🎯 to note
krishna kakade ・ Oct 24 ・ 2 min read
and happy Halloween all!
Launched my website/blog 🙌 It's not much (yet) but it's honest work 😄
alexzher.dev/
I created a CSS called Keyboard CSS. You can use it to showcase your keyboard shortcuts... 😊
Repo: github.com/shhdharmen/keyboard-css
NPM: npmjs.com/package/keyboard-css
Website: shhdharmen.github.io/keyboard-css/
Show off your keyboard shortcuts with style 🦄.
Show off your keyboard shortcuts with style🦄 .
Keyboard CSS
Keyboard CSS is a library of ready-to-use, cross-browser compatible keyboard like button UI for use in your web projects. Great for showing off your keyboard shortcuts.
Table of Contents
Installation
Add it directly to your webpage using a
link
tag, thanks to unpkg.com:or install it with npm:
with yarn:
Usage
According to W3C, the
kbd
element represents user input (typically keyboard input, although it may also be used to represent other input, such as…