๐๐๐๐
Looking back on your week -- what was something you're proud of?
All wins count -- big or small ๐
Examples of 'wins' include:
- Getting a promotion!
- Starting a new project
- Fixing a tricky bug
- Cleaning your house...or whatever else that may spark joy ๐

Oldest comments (94)
This week, I...ticked off most objects on the todo list for the NPO I'm working with. A buggy interconnected dropdown and deployment, are the last things on the list then it's fine tuning time with the client!
I was able to make
psycopg2work with my python back-end & postgresql! Although, I added and commented out so many things in my.bash_profiledue to needing to use it withpyenvandpyenv virtualenv...Not quite sure how...but it works! ๐
After a long gap of 6 months I started blogging again and Published a new post today ๐๐ฝ
Learning TypeScript: Hello world with DOM manipulation
Vijay Koushik, S. ๐จ๐ฝโ๐ป ใป Sep 27 ใป 7 min read
Congrats! I know what it's like, the real struggle is just getting over the hill of starting. Hope to see more as I also need to take a look into TypeScript.
Thank you ๐.
I visited Puerto Viejo, Costa Rica... and found a house to rent that we're moving into in November! So happy DEV is supportive of remote working!! ๐
Your post Run MySQL on Docker and use in your Java App passed 2048 views!
I wrote and published jWhisper (npmjs.com/package/jwhisper) for an article I was writing. It's a small RPC library, but it was a fun build and it was super fun to learn about JSON-WSP. So I'll take that one as a win for the week! :)
I got the 4 week streak badge ๐
This'll sound weird but... I finally mastered the bass part I had to master for music class that had been occupying my mind and worrying me for a while, and it's a really good feeling. Also my notes/summary was complemented by an IRL person, which is nice since I take them really seriously (I like taking really good notes for me and other people so I can share them and help others with them)
This is awesome! What instruments do you play? I play the piano =)
I play guitar and bass (Now!), haha. I also want to learn to play piano on a basic level to be able to make melodies on there, though. That's still in the pipeline..
This week was ๐ฆ๐๐ป for me
Congrats!!!
thank you :)
Congrats! I just read your article and it's really good! Your idea about asking "Do I really need this library?" before npm install really made me recall this article my girlfriend wrote last week:
6 ways minimalism can help you write clean code
Paula Santamarรญa ใป Sep 18 ใป 5 min read
Hi I just read her article and loved it. I love how she explained how removing unnecessary code is important. Definitely deserves a lot of ๐ฆ
Congrats on the article and getting the HR call!
If you don't mind me asking, Regex for which tool/language and the resource you are using?
Thank youu! and I am using regex in javascript and currently using it to build a npm package called Pluck. It is not complete yet but after completing users will be able to
plk.byQuery('div.coolClass',htmlString)to extract the string from that particular selector. I think it will be useful for extracting the data from web scrapped html stringI finally completed a project and handed it to the clients