DEV Community

Cover image for What was your win LAST week?

What was your win LAST week?

Gracie Gregory (she/her) on June 13, 2022

Hey folks! Sorry for leaving out the weekly wins thread again last week! 😱 To be clear, this is not a purposeful new pattern, just a mishap. Bu...
Collapse
 
michaeltharrington profile image
Michael Tharrington

My big win over the weekend was breaking ground on a piece of property that we've owned for about a year. We plan to build a house there and just took down some of the tress + put in the driveway. It's officially happening!! 🏠

Collapse
 
gass profile image
Gass

super cool, congrats

Collapse
 
michaeltharrington profile image
Michael Tharrington

Thank ya a bunch! 🙌

Collapse
 
drsensor profile image
૮༼⚆︿⚆༽つ • Edited

Just found V8 bug 🐛

class Var1 {
  get() { }
}

class Var2 {
  ["get"]() { }
}

const
  var1 = new Var1,
  var2 = new Var2

const as = { group: "v8" }
Deno.bench("var1.get.bind()", as, () => { var1.get.bind() })
Deno.bench("var2.get.bind()", as, () => { var2.get.bind() })
Enter fullscreen mode Exit fullscreen mode
benchmark            time (avg)             (min … max)       p75       p99      p995
------------------------------------------------------- -----------------------------
var1.get.bind()    6.02 ns/iter    (5.23 ns … 32.95 ns)   6.09 ns  10.24 ns   11.3 ns
var2.get.bind()  671.68 ns/iter (645.99 ns … 757.92 ns) 674.67 ns 757.92 ns 757.92 ns

summary
  var1.get.bind()
   111.59x faster than var2.get.bind()
Enter fullscreen mode Exit fullscreen mode
Collapse
 
nbilyk profile image
Nicholas Bilyk

My win the last two weeks is spending time with my wife and son, in preparation for my second son due any day now.
I'm going into negative vacation time, but it's worth it :)

Collapse
 
graciegregory profile image
Gracie Gregory (she/her) • Edited

HUGE congrats!

Collapse
 
j4ng5y profile image
Jordan Gregory

A few deployments to prod that I would have guessed wouldn't have made it :D

Collapse
 
christiankozalla profile image
Christian Kozalla • Edited

I've been looking for a monolithic CMS written in Node.js, but didn't find anything suitable.

Luckily, I've managed to integrate Express, React and PayloadCMS which supports connecting to a locally running instance of MongoDB - so I've got everything in one place :D

Cherry on top - I use Reacts JSX as a template engine, although I don't want/need interactivity in the browser. So I render components with React.createElement inside Express route handlers and can even stream HTML with res.send(renderToStaticNodeStream(template))

PS renderToStaricNodeStream is imported from "react-dom/server"

😍

Collapse
 
catevee profile image
Cate

Started learning Ruby. I am a happy Ruby newbie, I just love it.

Collapse
 
bertilmuth profile image
Bertil Muth

I released the first version of Act, a library that enables you to create flat or hierarchical state machines. Have a look/try it out and give me feedback, I appreciate it.

github.com/bertilmuth/act

Collapse
 
gass profile image
Gass • Edited

Deployed my new site and started an interview process 🤓

Collapse
 
optimisedu profile image
optimisedu

Spent all week making libraries and hacking together pieces of other people's libraries to make development with a broken hand feasible I'll make these libraries available on npm and github when they have been fully tested

Collapse
 
cereal84 profile image
Alessandro Pischedda

Based on my service Breves.

  • interests about it in a Linkedin post (italian one)
  • nice feedbacks from IndieHackers
  • 10 new users :)
Collapse
 
pengeszikra profile image
Peter Vivo

I started learning nextjs. But I don't found likable cloud provider for date store. But keep the searching ...

Collapse
 
atulcodex profile image
🚩 Atul Prajapati 🇮🇳

hello peter, something similar is happend with me also when i have started to learn react js in 2017 when it very fresh in our community. lot's of code guru recommending it learn, blindly. According to that experience i will say, New technologies comes with few limitations and after understanding that limitation creaters invent solutions or alternative for that limitation.

I know you can also find that solution too, All the best.

peace

Collapse
 
alaindet profile image
Alain D'Ettorre

Sometimes, "making it alive" is enough.

Collapse
 
optijava profile image
OptiJava

Fix an intractable bug in my project.
github.com/OptiJava/Optilog-Client

Collapse
 
damanita profile image
damanita

I created a new design in Figma for my project. I have added a few new features, which I hope will enrich my project and it will be more interesting and enjoyable.

Collapse
 
dillionmegida profile image
Dillion Megida

I crossed 1k followers on my Tech IG account @deeecode

I've created the account since January, so it was nice finally getting here :)

Collapse
 
shreyazz profile image
Shreyas Pahune

Received an offer for an internship which offeres ~four times the stipend from my current one.

Collapse
 
andrewbaisden profile image
Andrew Baisden

Some of my tweets blew up and got good engagement 💪

Collapse
 
manny42 profile image
Morgan Faget

I was finally able to finish writing the blog post I was postponing for the last month!!

Collapse
 
mjcoder_5 profile image
MJCoder

For me it would be getting to grips with Shopify 2.0 and the way blocks/sections are working, passing in variables to a rendered snippet etc.

Collapse
 
baransel profile image
Baransel

My big win was traffic on my website after the new update: Just Five News · Daily News

Collapse
 
jarethtan profile image
Jareth Tan • Edited

Starting a new project and started my online lecture about Git! (Though I am not sure if that equals to a win 😂 ).

Collapse
 
malzeri83 profile image
malzeri83

Interesting just to note how many people sold btc for before bigger fall? Sure thing it is win, correct?

Collapse
 
katafrakt profile image
Paweł Świątkowski

Started a new job, for which I'm pretty excited

Collapse
 
nceedee profile image
N Cee Dee

Finished a project i have been working on for long.

Collapse
 
brokylabs profile image
Catur Hidayat

43% Progress "Back end Dev" at codecademy

Collapse
 
diek profile image
diek

My win last week was finally achieve 4 workout days.

Collapse
 
nikhilroy2 profile image
Nikhil Chandra Roy

Finished a reactjs project.

Collapse
 
heatherw profile image
Heather Williams

Released a feature that I have been working on for a few months. It felt really good to get it out.