Hey there!
Looking back on this past week, what was something you were proud of accomplishing?
All wins count — big or small 🎉
Examples of 'wins' include:
- Starting a new project
- Fixing a tricky bug
- Getting a decent screen break ... or whatever else might spark joy ❤️
Congrats on those wins and happy Friday!
Top comments (43)
Got my first freelancing project of the year :D
just completing it
Congrats! Must be so rewarding to get project on your own.
Congrats!
Thanks man!
Just finished my first React Native apps. 2 years working as FE, especially React, my project manager decided to moves me into mobile division. So many things to learn. Can't wait to publish new apps improvements!
My compilation of background music was the 5th article I ever posted on dev.to and it got featured in the newsletter!
🎶 Background Music to Get Into the Zone
Bas codes ・ Jan 27 ・ 3 min read
I broke into double digit stars on my new python static site generator.
WaylonWalker / markata
plugins all the way down static site generator
Markdown and Data, plugins all the way down
Example
Here is markata creating my personal site of several hundred pages in ~16s.
Here is markata doing a near instant with a fresh cache.
I am still learning what this will be. Code is completely in develop branch and likely to change significantly.
Motivation
I want a simple static site generator built off of plugins that are super easy to create, and intuitive to use. I want to create content in markdown and not have to put much thought into seo meta tags or generating og images. The final site should be lightweight, and not weighed down heavily with MB's of unused css/js.
Using Markata
The docs are still a work in progress, but the
[base_cli](https://markata.dev/markata/plugins/base_cli/)
walks…I started at a new job and wrote my first blog posts on dev.to
I finished a very hard (for me) project at my job. :)
I started my first software engineering job earlier this week and just submitted my first merge request early this morning. ✊
The MicroPython folks got a tricky issue with Neopixels on ESP32-C3 resolved, and I built a blog post around it, which I think will kick off a short series.
Bringing the bling 🌟 with MicroPython 🐍
Andy Piper ・ Feb 3 ・ 5 min read
I also made my first contribution to CircuitPython (a PR to improve the ESP32 documentation), which I'm excited about.
Also, I volunteered to help with some of the tags and topics here on DEV 😃
Oh, and I had a pretty great and productive 4-day week at work!
I got Turbolinks hooked up on my personal site. It took a good bit of tinkering since all of my JS was written assuming that there would be a fresh page load every time, but I'm really happy with how it turned out. Especially in combination with Alpine.js, Turbolinks gives an SPA-like experience with a state-driven UI, except without nearly the amount of build tooling.
Oh, and I had a company say that they were interested in hiring me!
I'm working on a new side project called Faceful (it's about profile pictures!)
To help devs ship products faster by taking the burden of setting up and maintaining profile picture related features.
In a way, it's 'Profile Picture as a Service' ;)