DEV Community

Cover image for What was your win this week?

What was your win this week?

Gracie Gregory (she/her) on May 14, 2021

Hey there! Looking back on your week — what was something you're proud of? All wins count — big or small 🎉 Examples of 'wins' include: Startin...
Collapse
 
bobbyiliev profile image
Bobby Iliev

I published a mini video course on YouTube on how to get started with Git 🙌

Collapse
 
aaronj profile image
Aaron Johnson

I took a look at it , it’s amazing will follow through the whole list . Your voice is oddly smooth and calming XD

Collapse
 
bobbyiliev profile image
Bobby Iliev

Thanks a lot! Hope you enjoy it 🙌

Collapse
 
cswalker21 profile image
cswalker21

It's really nice! I like how you made it in small chunks, and it's a logical flow of topics. Well done.

Collapse
 
bobbyiliev profile image
Bobby Iliev

Thank you, really appreciate this feedback 🙌

Collapse
 
jessekphillips profile image
Jesse Phillips

I took two days of vacation.

Collapse
 
ibrahimcesar profile image
Ibrahim Cesar

Finally tackled idempotence in Lambda APIs and released as an open source middleware for Middy: dev.to/aws-builders/redis-explorin...

Collapse
 
miguelmj profile image
MiguelMJ

I reached 1.2K rep. points on Stack Overflow! Also, I finished an interesting text mining project for university that taught me a lot.

Collapse
 
__manucodes profile image
manu • Edited

Let's see...

  • I redesigned my personal website manuthecoder.ml (Inspired by another DEV post!!!)
  • Helped a person with their project
  • Worked somewhat on this project and this project
  • I learned to use GitHub Desktop!!!
Collapse
 
ssukhpinder profile image
Sukhpinder Singh

I learned about code analysis tools like NDepend & SonarQube to improve code quality.
These tools help write scalable and maintainable code.

singhsukhpinder.medium.com/c-ndepe...

medium.com/c-sharp-progarmming/run...

Collapse
 
m_ahmad profile image
Muhammad Ahmad

I created a new portfolio template repo and published an article about it.
Create a portfolio card with react, chakraUI and framerMotion

Collapse
 
jmfayard profile image
Jean-Michel 🕵🏻‍♂️ Fayard
Collapse
 
fetchworkglenn profile image
Glenn • Edited

I figured out why my scraper wasn't completing. The instance was timing out since it's a long process. Now I'm working on refactoring the scraper to be a webhook cloud function so I can put the function in a cloud task queue for each url generated

Collapse
 
ixartz profile image
Remi W.

Today, one of my GitHub project have reached 200+ stars:
Next JS Blog Template

If you are interested, you can checkout a live demo at Next JS Blog Template Starter Demo

Collapse
 
ryanm profile image
Ryan Moore • Edited

I deployed my first full stack webapp to the public, after many weeks of perseverance -> trailstatus.nz

Learnt so much along the way about how to deploy your code, use analytics, gain an audience, improve SEO and everything else you don't learn when you make a local project. I wrote a dev.to post about it here - have a read!

Collapse
 
totally_chase profile image
Phantz

I demonstrated a type safe way to achieve polymorphism in C! Heavily inspired from functional languages. I then used this design pattern to achieve lazy iterators in pure C!

Collapse
 
vonheikemen profile image
Heiker

So I searched "functional programming roadmap" in google, and surprise, my post Learning functional programming: A roadmap was on the first page, the fifth link. It's so cool.

Collapse
 
grossetfloriane profile image
grosset-floriane

I fixed my Debian computer, managed to change the keyboard layout and install firmwares and solve the WiFi configuration. And today I finished to install my software environment to start coding with React ! One last bug remains, but I am looking forward to fixing it! 💪

Collapse
 
kiranrajvjd profile image
Kiran Raj R

Got two badges 😉

Collapse
 
unclebigbay profile image
Unclebigbay

working on my online presence, networking, and personal brand.

We can connect on Twitter too @unclebigbay143

Collapse
 
prashan81992916 profile image
prashanth

I published 2 series this week for complete beginners.

  1. Javascript bascis - dev.to/prashan81992916/series/12692
  2. Javascript mini projects - dev.to/prashan81992916/build-a-vir...
Collapse
 
talemache profile image
Ryan

Went for a relaxing run at the park.

Collapse
 
redhap profile image
HAP
  • I fixed a nasty migration issue in a django app that was blocking deployment
  • I very strongly believe I've crushed a bug that was caused by attempting to index humongous JSONB values
  • I wrote a quick article that got bookmarked: dev.to/redhap/subtract-arrays-in-p...
Collapse
 
bhupesh profile image
Bhupesh Varshney 👾
  • Got paid for my first ever freelance tech writing gig 😎
  • GitHub tweeted my git guide
Collapse
 
michaelcurrin profile image
Michael Currin

I bought a monitor which can swivel ↩️

And finally cracked SSR with React

GitHub logo MichaelCurrin / react-ssr-quickstart

Starter template for server-side and client-side rendering of a React app ⚛️ 📦

React SSR Quickstart ⚛️ 📦

Starter template for server-side and client-side rendering of a React app

GitHub tag License

Made with Node.js Package - react Package - express

Preview

Sample screenshot

Use this project

Use this template

About

Background

Based on tutorial:

We set up a client-side React app with some components including an incrementing counter.

On initial page load without JS running, a user or a search engine crawler will see an empty page. So we add a server-side Express app that return an HTML page which acts as a fully-rendered starting point that needs no JS to view in the browser.

We do this by calling ReactDOMServer.renderToString, which unfortunately freezes the app so that ignores user interaction. This is solved by calling React.hydrate on the client, so that the browser can make the initial HTML and turn it into a dynamic app in the usual SPA style.

The…

Collapse
 
prafulla-codes profile image
Prafulla Raichurkar

I am back on track with my life and started writing my diary again after not touching it for an entire week.

Collapse
 
dbc2201 profile image
dbc2201

I wrote and article on Dev.to 😊 and I'm so glad I finally did.
Here's the article
dev.to/dbc2201/a-simple-roadmap-fo...

Collapse
 
rounakcodes profile image
rounakcodes • Edited

Not really a proper article (more like a reference for self use) but I have started to get my hands dirty with this first write-up:

dev.to/rounakcodes/using-deploy-ke...

Collapse
 
lexplt profile image
Alexandre Plt

I'm finally getting back on one of my favorite side project, seeing the end a big one (a year long), and achieving a 5 week streak writing articles on dev.to!

Collapse
 
apoclyps profile image
Kyle Harrison

I released version 0.1.6 of my code review TUI: github.com/apoclyps/reviews

Collapse
 
shanesc profile image
Shane Mitchell

After 2.5 years self-learning and 3 months of applications and interviews, I accepted my first software job!

So stoked and excited, and grateful for the community that’s helped me get here!

Collapse
 
enmanuel97 profile image
Jesus Enmanuel De La Cruz

Starting a new project, fixing a fucking(sorry for this) bug that was driving me crazy and delivered my first project in my new job

Collapse
 
andrewbaisden profile image
Andrew Baisden

I posted an article every day this week! 7 days in a row 🙌

Collapse
 
juniordevforlife profile image
Jason F • Edited

I had a few small wins:

  • setup ssh authentication for my GitHub account
  • wrapped up the first version of a map feature at work
  • switched from vs code to codium
Collapse
 
ehmad11 profile image
Muhammad Ahmed

I took a trip to the mountains

Collapse
 
zelal profile image
Zelal Hossain

i got a sell from my website- jstemplate.net/
Figma website template was sold

Collapse
 
josewhitetower profile image
Jose Torreblanca

I've managed to integrate jest test coverage in our Gitlab pipeline. Merging soon. Thanks to this video youtu.be/fQpvuRVDp-8 and his author Jimmy Cleveland

Collapse
 
nabheet profile image
Nabheet Madan

Publish How to create Node.js based CLI course youtu.be/crrW_ltAZKo