ππππ
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 π
Have a great weekend!

Latest comments (51)
Helped out a lot of my readers (freecodecamp.org/news/the-kubernet...) through LinkedIn and Twitter. Got a lot of good wishes and some amazing compliments π¨βπ»
β I have finally finished setting up my personal NAS with a RAID10 based on 4 HDD :D I don't need to use anymore Google Drive or Onedrive.
β 6 months of cold shower, I'll definitely keep this habit.
π The next project in progress: build my own FPV drone, I'm so excited :D
I still haven't found a new remote job, but we went on a mountain hike during the weekend.
I just published my first video on Youtube.
π Hello World - My Journey to Becoming a Software Engineer π»
Please go check it out and Like and Subscribe if you find value. π―
youtube.com/watch?v=k2HtPUjdDSk&t
Dusted off my BeautifulSoup skills to scrape a results list from a web page, the layout of which makes a simple copy-paste ineffective. I'll be doing this daily for a little while probably, so automating a step is nice.
I'm always taken with how easy BeautifulSoup is to work with.
I gave 2 people (who were almost like strangers to me) some career advice!
I covered:
And most importantly, how to make time for a side hustle!
And I felt like...
I had some time for programming and completed my last project written in go β‘οΈ.
Loading time of a specific page in our application was too slow , took almost 13-15 seconds to load. It takes almost 5-6 seconds now. :)
My project Hoppscotch hit 22,000 GitHub stars β¨
π½ A free, fast and beautiful API request builder used by 75k+ developers. https://hoppscotch.io
A free, fast and beautiful API request builder
Helps you create requests faster, saving precious time on development - Subscribe
Built with β€οΈ by
liyasthomas and
contributors
Chat: Telegram, Discord
Donate: GitHub Sponsors, Open Collective, Patreon, PayPal
Table of contents
Featuresβ¨
Methods:
GET- Requests retrieve resource informationHEAD- Retrieve response headers identical to those of a GET request, but without the response body.POST- The server creates a new entry in a databasePUT- Updates an existing resourceDELETE- Deletes resource orβ¦Managed to get GlusterFS replica created and mounted on 3 node servers, and then automatically mounted on new servers as part of a terraform run. Being able to do that ourselves is going to save my company some serious money when we deploy our new application.
Means we don't need an external company involved in the building of a cloud in AWS, we can pick just about any cloud service now.