Happy Friday!
Looking back on your week β what was something you're proud of?
All wins count β big or small π
Examples of 'wins' include:
- Starting a new project
- Landing a new job
- Trying out a new cooking recipe ... or whatever else might spark joy β€οΈ
Happy Friday!

Oldest comments (40)
I loved attending the Gatsby Conference this week. Never used it before, but after getting a crash course in what it can do, Iβm ready to give it a shot. :)
My win just happened. I was able to get the movement of a mouse collider box to move at the same speed and distance if you change the size of the screen.
I landed a new job after 4 months of job hunting
Congratulations!!
Thank you
Congrats well done!
thank you
I made it to the top 7 on DEV for the first time with my article about switching to Linux π₯³
Switching to Arch Linux
Mauro Garcia γ» Feb 23 γ» 6 min read
Opened up some new job opportunities because of articles I wrote.
β¨ Signed up to be a mentor! Super proud, never thought Iβd have the confidence to do so. β¨ Iβve also signed up to numerous women in tech communities to get involved with. β¨
I wrote my first serverless function.
Starting as a Senior FrontEnd Consultant in a company I dreamed of working with π±
Now it's a reality and I'm part of the Passionate People family π€― Looking forward to the next weeks and the projects I'll be helping ππ
Solved an algorithm question on leetcode without looking at Sean's answer, lol
I created a small side project:
β Get links to code in your GitHub files based on text, and forget the line numbers!
GitHub Link
Get links for your GitHub files based on text, and forget the line numbers!
Why GitHub Link?
In Short
We usually create link-to-code to point our readers, users or developers to the exact code. But such links are created based on line-number and if you're updating the file regularly, those links will not point to correct line or you will need to keep updating your links. GitHub Link helps you to get the right link-to-code, based on text you give, so that it always points to contextually right definition. Jump to usage
In Long
We generally create permanent link to code snippet. As they are for specific commit, they work great when referred in issues/PRs.
But what if you want to give such links in your README or such files? Like you have already defined a coded file with proper comments and you want to give link toβ¦
great
Some comments may only be visible to logged-in visitors. Sign in to view all comments.