DEV Community

Cover image for What was your win this week?

What was your win this week?

Jess Lee on September 20, 2019

👋👋👋👋 Looking back on your week -- what was something you're proud of? All wins count -- big or small 🎉 Examples of 'wins' include: Getting a p...
Collapse
 
jacobherrington profile image
Jacob Herrington (he/him)

Uh. I signed a job offer 🙊

Collapse
 
256hz profile image
Abe Dolinger

Hey, me too! Internet high five.

Collapse
 
flexdinesh profile image
Dinesh Pandiyan

Congrats you both! 🎉

Keep grinding!

Collapse
 
lindakatcodes profile image
Linda Thompson

Congrats to you too, Abe!

Collapse
 
jacobherrington profile image
Jacob Herrington (he/him)

Congrats!

Collapse
 
nickytonline profile image
Nick Taylor

Congrats!

Dollar bills y'all

Collapse
 
jess profile image
Jess Lee

Congrats!

Collapse
 
andrewbrown profile image
Andrew Brown 🇨🇦

Locked in!111111

Collapse
 
lindakatcodes profile image
Linda Thompson

Nice, Jacob! Congrats!!

Collapse
 
llamacorn profile image
Phyllis Wong

Congrats 👏🏽

Collapse
 
jennajlee92 profile image
jennajlee92

Yesterday I decided to forgo both a masters in management and a coding bootcamp to pursue self-taught software engineering. Today I finished Berkeley's CS61A Lesson 0 after getting my first development environment up on my computer (Python, GitBash, and Atom). I was a little too proud about setting up that development environment, even though all it involved was a bit of installing/uninstalling... >.<

Collapse
 
albertomontalesi profile image
AlbertoM

I saw from your profile you are an English teacher, good luck for your career path! I also worked as ESL teacher before getting a job as software developer. Anyway, from my experience vscode is much better than atom but I haven't used it in a while so maybe it got better

Collapse
 
jennajlee92 profile image
jennajlee92

Sorry for the late reply!

I've actually tried downloading vscode, but bc I'm the noob that I am, I had a hard time figuring out how to use it. Atom seemed simpler to use.

Do you think it would be better to use vscode though? What features are good about it?

Thread Thread
 
albertomontalesi profile image
AlbertoM

When i made the switch from Atom to VSCode the thing i've noticed the most was performance. Atom was very slow even with my personal projects. As VScode has become the most used text editor I guess it's a good idea to learn how to use since your future colleagues are probably gonna use that too, at least that's the case for me. I didn't do much in term of setup. Just install it, browse the extensions library and install what suits you the most. I' not sure if Atom has it, but vs code now has a live share functionality which is super useful as it let's you screen share. I've already used it several times with my senior.

Thread Thread
 
jennajlee92 profile image
jennajlee92

Thanks!! The live share functionality sounds great. I'll definitely download it and see :)

Thread Thread
 
hundredrab profile image
100

Atom's teletype has actually been around much longer than VSCode's LiveShare, which I think is almost the same thing (I myself don't use either so can't say for sure).

Collapse
 
jess profile image
Jess Lee

Setting up a dev environment is hard! Congrats!

Collapse
 
llamacorn profile image
Phyllis Wong

Agree, congrats for taking that step and killing it!

Thread Thread
 
jennajlee92 profile image
jennajlee92

Thanks for being so supportive!! :D

Collapse
 
mpissanos profile image
Manuel Pissanos

Good for you! Best of luck on your journey, you definitely chose a great community to be involved in!

Collapse
 
jennajlee92 profile image
jennajlee92

Thank you!!

I’m so glad I joined dev.to ^

Collapse
 
johnnymakestuff profile image
Jonathan P

Half of my time goes on env setup. Keep going!

Collapse
 
ben profile image
Ben Halpern

Getting the Climate Strike code into prod without breaking anything was a win 😄

Collapse
 
flexdinesh profile image
Dinesh Pandiyan • Edited

Not just that, you did it on a FRIDAY! Double up-top for pushing to prod on a Friday without breaking anything.

Edit: Didn't account for the time difference. Still, it was Friday for someone in the world. 😅

Collapse
 
nickytonline profile image
Nick Taylor

Success even when breaking the rule of @kelly 😆

Collapse
 
johnnymakestuff profile image
Jonathan P

Good job :)

Collapse
 
johnnymakestuff profile image
Jonathan P

I gave my first meetup talk this week! 🎤
It was in the DEV IRL TLV meetup.
Thanks for whoever listened, the DEV community is fun and positive IRL too :)

Collapse
 
jess profile image
Jess Lee

Awesome!!!

Collapse
 
lindakatcodes profile image
Linda Thompson

Nice! What was your talk about?

Collapse
 
johnnymakestuff profile image
Jonathan P

It was a about making a blog with Gatsby and netlify.
Already learned a valuable lesson: live coding is much slower if you're holding a microphone in one hand :)

Thread Thread
 
lindakatcodes profile image
Linda Thompson

Haha I bet!! That's awesome!

Collapse
 
johnnymakestuff profile image
Jonathan P

Just uploaded a video of it. Sorry about the background noise... youtu.be/NyACQxpXza4

Collapse
 
jess profile image
Jess Lee

This week, I...flew from NY - SF and immediately jumped into 4 hours of meetings. Just proud to have made it through the day :)

Collapse
 
flexdinesh profile image
Dinesh Pandiyan

4 hours of meeting! I'm wearing out just imagining it. FOUR! Hustle train ain't stopping! 👊

Collapse
 
nomangul profile image
Noman Gul • Edited

🦄 Applied for a remote job as a Junior software engineer

Just cleared the coding test and then initial interview (behavioral)

Last interview (technical) is on Monday

Kindly pray for me and share with me some cool interview preparation resources 😔

Collapse
 
lewiskori profile image
Lewis kori

Thoughts and prayers. I am a junior dev too. What are some of the places you'd recommend to apply for remote positions?

Collapse
 
nomangul profile image
Noman Gul

@lewiskori

1- Upwork

2- LinkedIn

3- A list of semi to fully remote-friendly companies in tech

Thread Thread
 
lewiskori profile image
Lewis kori

Thanks.

Collapse
 
lindakatcodes profile image
Linda Thompson

Fingers crossed for you, Noman! Good luck!!

Collapse
 
dandymilton profile image
Dandy Milton

Can you share with us about your experience and opinion when applying remote position for junior?

Collapse
 
nomangul profile image
Noman Gul

@dandymilton

Before applying to any remote job:

1.
Improve your communication skills and get familiar with Slack

2.
Learn GitHub Flow

3.
Learn some basics of Agile/Scrum methodology

Some resources I mentioned earlier

Collapse
 
johnnymakestuff profile image
Jonathan P

Good luck!

Collapse
 
saurabhdaware profile image
Saurabh Daware 🌻 • Edited

I along with my other hackathon partners gave a talk to our juniors about hackathons and general coding guidelines 🌻🌻

Also, my npm package ProjectMan was dependent on 36 packages (including indirect dependencies) I did some refactoring to bring it down to 4 packages and this week NPM featured it in their official blog medium.com/npm-inc/npm-weekly-215-...

🌻🌻😭

Collapse
 
erikaheidi profile image
Erika Heidi

Managed to publish new content on dev.to after a long time! Been working on it for a few weeks after working hours, feels really good to finally put it out there.

Collapse
 
lewiskori profile image
Lewis kori

Welcome back Heidi!

Collapse
 
nicolepdotme profile image
Nicole Peery 🌵

Completed my first technical challenge as part of a job interview 🤓

Collapse
 
lindakatcodes profile image
Linda Thompson

Good luck!!

Collapse
 
s_aitchison profile image
Suzanne Aitchison

I earned my first badge on DEV 🏆😁

Collapse
 
hzburki profile image
Haseeb Burki

How do I do that 😶

Collapse
 
s_aitchison profile image
Suzanne Aitchison

I'm not sure what all the badges are, but theres "streak" badges for if you post 4/8/16 etc weeks in a row 🙂

Thread Thread
 
hzburki profile image
Haseeb Burki

That is soo cool

Collapse
 
ben profile image
Ben Halpern

Woohoo!

Collapse
 
yechielk profile image
Yechiel Kalmenson

I had two PRs accepted to a big open source project and a 3rd is well on the way.

Collapse
 
bobbyiliev profile image
Bobby Iliev

This week I've reached 600 contributions on the DigitalOcean community forum!

digitalocean.com/community/users/b...

It feels amazing to be able to help people with all kinds of different cases.

Collapse
 
dzhavat profile image
Dzhavat Ushev
  • Released an update to my CSS Flexbox Cheatsheet VS Code extension. I'm quite happy about it because it adds a little icon in front of the flex value. It's the same one used in the Firefox Dev Tools :D
  • Went to a job interview and got a contract on my email. Now I just need to sign it :)
Collapse
 
lindakatcodes profile image
Linda Thompson

Congrats on both!!

Collapse
 
dzhavat profile image
Dzhavat Ushev

Thanks. Good luck with your interview. Hope you get the job :)

Collapse
 
jackharner profile image
Jack Harner 🚀

Published my first Gatsby project! JackHarner.com is my personal site that used to just be a single page HTML file hosted on GitHub Pages. It's still hosted on GitHub Pages, but it's a tiny bit more complex than it used to be.

Would love some Friday Feedback if anyone has any suggestions.

Collapse
 
albertomontalesi profile image
AlbertoM

Awesome site, I like the style. I also built my blog using Gatsby but I've hosted it on Netlify. Did you start from a template or you built all from scratch?

Collapse
 
jackharner profile image
Jack Harner 🚀

I just started with the default starter and built it from scratch. I'm definitely interested in using it more!

Collapse
 
lewiskori profile image
Lewis kori

This week a company reached out to me to write a tutorial for their product. All thanks to my profile and write ups on dev.to!

Collapse
 
shushugah profile image
shushugah

I got co-workers from 5 different cities to join me in the #ClimateStrike, despite having joined my company less than 2 months ago! We now have a Climate group, and a our first experience participating in a demo (besides Pride, which is more commercial nowadays)

Collapse
 
mdhesari profile image
Mohammad Fazel

My win was to know myself better and keep moving even when I am sad and not have energy to continue.

I became the inspiration of myself for not giving up.
Now I am just giving myself time and a cup of coffee to rest.

Peace.

Collapse
 
karnak19 profile image
Basile • Edited

I started to implement GraphQL to a small API personal project, and it goes pretty well !

Collapse
 
chrisachard profile image
Chris Achard

I launched reactscreencasts.com ! I have a ton of ideas for tutorials and guides and courses now :) and that’s where they’ll go. Exciting!

Collapse
 
luturol profile image
Rafael Ahrons

I started in my new job as a Junior Developer!! it was my first week at this job

Collapse
 
sandordargo profile image
Sandor Dargo

Delivered two talks. One at our company day about how and why agile should (re)focus on the developer and one at a local agile event about the importance of coding guidelines and decision fatigue. It was a tiring week, but it was worth it!

Collapse
 
fultonbrowne profile image
Fulton Browne

Finished a API client in my app its a huge step closer to done :)

Collapse
 
highcenburg profile image
Vicente G. Reyes

This week, I..was able to show the uploaded csv in my django project to the template

Collapse
 
nazimboudeffa profile image
Nazim Boudeffa • Edited

After the creation of codeurdejeux.com I have opened the facebook page and made a first video in french and will continue in french but just a site and an FB page with vids/tutos/lectures less dudeist trying to be more pro

That's a win belive me

Collapse
 
skyandsand profile image
Chris C

Jess,

I wish I could say it was being granted the admin rights I need to do the bulk of my work but alas, the most positive thing might be having a document writer hired onboard so that I can finally have someone to appreciate my documentation skills and collaborate with...!

;)

Collapse
 
brunooliveira profile image
Bruno Oliveira

Learned and configured all about the Jackson Object Mapper in Java, wrote my own deserializers in order to configure fields I couldn't access and started configuring some integration end to end tests on what will become a key feature in the roadmap of my company for the future!! I'm happy :)

Collapse
 
craignicol profile image
Craig Nicol (he/him)

Led a guided conversation on data, and I'm reassured that the most engaging questions were about security and ethics.

Collapse
 
lindakatcodes profile image
Linda Thompson

I got my first interview invite! Trying to not get my hopes up too high yet, since it's the introduction stage & how often does the first interview become the only one? But it's definitely helped fight a bit of impostor syndrome and feeling like I don't belong in this field. :) So...fingers crossed!

Collapse
 
albertomontalesi profile image
AlbertoM

Good luck for your interview.

Collapse
 
fennecdjay profile image
Jérémie Astor • Edited

I finally implemented pattern matching in Gwion!!!! It was the least feature on my plan 🍾

After a big (for me at least) fuzzing session of 88,8 millions execs
that found 8 bugs, all fixed 😄

Lastly I vastly improved internal flow mechanism, and might expose some of that to the language, and this also feels like a win.


EDIT:
exposing internal operators to the language

Collapse
 
sarahmorrisokeefe profile image
Sarah Morris O'Keefe

Job related: I finally finished a ticket that has taken me four days to complete!
Not job related: I PR’d in my 12 minute running benchmark at my gym this morning 🏃🏻‍♀️

Collapse
 
nickytonline profile image
Nick Taylor • Edited

All the big webpack changes I did are now in our code base. Boom. For the DEV codebase, I'll be teaming up with Mac to get it sorted.

Made some major improvements to our webpack builds at work. 💪🏻

Now I just have to get it sorted out for DEV. I'm kind of swamped for the next little while, so if anyone wants to help on this, the PR is here:

[WIP] Babel & Webpack Upgrades #3887

What type of PR is this? (check all applicable)

  • [x] Refactor
  • [ ] Feature
  • [ ] Bug Fix
  • [ ] Documentation Update

Description

This upgrades Babel to version 7.x and webpack/webpacker to version 4.x. This work is good for the project in general, but it also lays the groundwork to fix the Storybook issue mentioned in #338.

Related Tickets & Documents

  • #338
  • #3490
  • #2034

Added to documentation?

  • [ ] docs.dev.to
  • [ ] readme
  • [x] no documentation needed

[optional] What gif best describes this PR or how it makes you feel?

Yes!

Collapse
 
acupoftee profile image
Tee

I checked out a book on C programming from the library today, and I had my first frontend coding interview yesterday!

Collapse
 
dansilcox profile image
Dan Silcox • Edited

TDD’d in .NET for the first time 👍

Collapse
 
lauragift21 profile image
Gift Egwuenu

This week has been the hardest for me at work. But glad it ended on a high note.

Collapse
 
ctrlsquid profile image
zach

This week I finally started back on an old side project that I've been wanting to find the motivation for for a while.

Collapse
 
roelofjanelsinga profile image
Roelof Jan Elsinga

I finally set up CI/CD after numerous failed attempts over the past 2 years and I'm very excited it finally works!

Collapse
 
tadasbalsys profile image
TadasBalsys

Got an assignment, completed it successfully and that way got an appointment for internship-job interview. So happy:)

Collapse
 
bugmagnet profile image
Bruce Axtens

Aside from a couple of technical wins (which I'll get to) this batch of biscuits won me some gratitude from my wife.

You're welcome to try and/or adapt any of the recipes on that site, by the way.

Collapse
 
pavelloz profile image
Paweł Kowalski

Discovered extremely good, flexible and easy to work with modal/confirm/alert script (no dependencies) - sweetalert2.github.io/ :)

I treat it as a win because its already implemented in a project and saved me a ton of time, while having fun doing it ;)

Collapse
 
albertomontalesi profile image
AlbertoM

I've started my personal project. It's a webapp built using angular and firebase. Since I use MySQL at work, I wanted to learn more about nosql too, to get a better idea of both worlds. So far, SQL seems much better than nosql but I don't have enough experience to judge firebase

Collapse
 
arberbr profile image
Arber Braja

Does surviving an earthquake make the "wins" list?

Yesterday all was good, until it wasnt. A big earthquake, with an intensity up to 7.8 hit my contry.

Biggest earthquake in last 30 years as the official state agencies handling the situation said.

Fortunately no fatalities where registered but still the situation after the earthquake hit was horrible. Not because of the damages, because of the fear.

This was my win this week.

Collapse
 
jeffwilkey profile image
Jeff Wilkey

I had 3 separate interviews on Wednesday and accepted an offer on Thursday. 👍

Collapse
 
lautarolobo profile image
Lautaro Lobo

Passing an Algorithms and Data Structures exam at Uni!

Collapse
 
courtjus profile image
Ghislain LEVEQUE

Had the UI/UX designer validate my implementation of her design specs

Collapse
 
lukewestby profile image
Luke Westby

We had 1000 people show up to our local Climate Strike!

Collapse
 
integerman profile image
Matt Eland

Finished a pair of massive features and kept writing, despite a nasty cold.

Collapse
 
ashvin777 profile image
Ashvin Kumar Suthar
Collapse
 
xanderyzwich profile image
Corey McCarty

After a couple of weeks fighting, my team got our first Junit migrated into the cloud native version of our application. We also got the Junits to then actually function in Jenkins!

Collapse
 
flexdinesh profile image
Dinesh Pandiyan

I gave my second public talk 🙋‍♂️

youtu.be/Q4bCo6KdWyk

Collapse
 
davidmm1707 profile image
David MM👨🏻‍💻

Fixing a bug on Vuex ORM I had trouble with.

Long story short: Read all the docs, please. 😅

Collapse
 
duarch profile image
André Duarte

I convinced my wife to start coding too

Collapse
 
lakendary profile image
Jade Rickerts

Started 100 Days of Code and the streak is still alive.

Collapse
 
abhay676 profile image
Abhay Goswami

Learn Unit-Testing (JEST & ENZYME)

Collapse
 
dillionmegida profile image
Dillion Megida

I wanted to wait till today to respond.

I had my first technical talk today 😇 on Intro to Web Development 😏

Collapse
 
darryldexter profile image
Darryl D. • Edited

Started to get back to writing for freelanceafterfive.com.

Took a break from freelancing to help write more content to help people get into freelancing 🙂

Collapse
 
michaeljolley profile image
Michael Jolley

Gave my first talk at GDG DevFest 2019 in Auburn and preparing to talk at DotNetConf next week. 🎉🎉

Collapse
 
malep2007 profile image
Ephraim Malinga

Got started a new project. Something I've always wanted to do but not had the time to.

Collapse
 
veermanhas profile image
Veer Abheek Singh

Launched cloudegg.net

A place to submit or explore cloud computing use cases.

Collapse
 
saurabhdaware profile image
Saurabh Daware 🌻

Thank you🌻 I used pkg for binaries