DEV Community

Cover image for What was your win this week?

What was your win this week?

Gracie Gregory (she/her) on April 23, 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
 
__manucodes profile image
manu

Hmm...

Well nothing too much really...
But I made my website work offline :D
https://dev-to-uploads.s3.amazonaws.com/uploads/articles/inppjenzvhem8fofs5gj.png

lol experimenting with PWAs and serviceWorker

Collapse
 
gablaroche profile image
Gabriel Laroche

after two years I finally posted a new post on here! :D

Collapse
 
codeandclay profile image
Oliver • Edited

I have the motivation of a large rock so most things are a win for me.

A few weeks ago, I created a small website (goodi.sh) that lists domain-hack type URLs ending with .sh. It scrapes WHOIS several times a day and the page is re-built automatically from the scraper output. All done with Github actions – which I'd never used before.

I was a little disheartened by the site's lack of traffic though and so I started reading about SEO. I'm familiar with many of the practises but SEO always seemed a bit skeevy to me. However, with few visitors, I finally accepted that if I wanted to make a successful website, I needed to learn SEO and marketing in general.

So, this week, I set up a blog – ostensibly as a sandbox for experimenting with SEO. I haven't learned so much about SEO yet – and I'm still to write a decent post – but I did enjoy honing my design skills and learning about CSS grid and flexbox. It also gave me the chance to become more familiar with Jekyll and I wrote some Liquid template plugins to handle things like fetching post thumbnails. It's not perfect but I found enjoyment working on it. (And it's been a while since I've found proper enjoyment doing computer stuff.)

The blog is jllyfsh.com

Collapse
 
rgedwill profile image
rgedwill • Edited

I was in the same boat up until like 6 months ago! I was working as a consultant on a project but for the most part was doing basically nothing. I started working on a few things and 2 months ago committed to building a social media platform, have been working on it ever since.

Really feels like I'm starting to enjoy playing with computers/websites again! Good luck to you on keeping the momentum going, its easy to do when you remember coding is actually really fun!

Collapse
 
fennecdjay profile image
Jérémie Astor

I started implementing an algebraic effect system in my language, and that project also earned its 250th github star today 😄

GitHub logo Gwion / Gwion

🎵 strongly-timed musical programming language

Gwion

Language grade: C/C++ CII Best Practices Coverage Line Count

All Contributors

Linux MacOs Windows

Gwion is a programming language, aimed at making music

strongly inspired by ChucK, but adding a bunch high-level features templating, first-class functions and more.

It aims to be simple, small, fast, extendable and embeddable.

Checkout the community, and join us on discord: discord.gg/KmHqbTKSmS. You can also check this very nice server about programming language devlopment: discord.gg/4Kjt3ZE, since a lot of improvements to gwion are discussed there.

Build

Download the source

git clone https://github.com/Gwion/Gwion
cd Gwion
git submodule update --init --recursive util ast
make
Enter fullscreen mode Exit fullscreen mode

Configuring (optional)

You can get a list of config files to tweak with

find . -name "config.mk"
Enter fullscreen mode Exit fullscreen mode

Please rebuild to take your change into account.

make -C util clean
make -C ast  clean
make clean
make

Besides developer options, you migth want to check USE_DOUBLE, in util/config.mk, which set the floating point size (float or double) Note that…

Collapse
 
codeandclay profile image
Oliver

This looks insanely good. I fear I might have discovered a new time-sink.

Collapse
 
fennecdjay profile image
Jérémie Astor

Thanks you :) very much.
If you have some interest in this project, know you can join me and the collaborators at
discord.gg/KmHqbTKSmS

Collapse
 
thedevdavid profile image
David

I became the COO of a company where I joined as a mobile developer 3 years ago.

Collapse
 
abdulbasit313 profile image
Abdul Basit

Wrote an article that helped community

Collapse
 
wilkuintheair profile image
Piotr Wilk

Wrote my first posts ever in #5days5blogposts challenge! Yay!

Collapse
 
debugagrawal profile image
Deepak Vijay Agrawal • Edited

Recently I created a 2D platformer game on Unity with C#, completed 100 Players Milestone on Itch.io

Level 1

Play : Olaf's Adventure

Feel free to add your suggestions and feedback for the Game in comments. ❤ 👩‍💻

Collapse
 
bobbyiliev profile image
Bobby Iliev

I received the 16 week streak badge on DEV 🥳

Collapse
 
dmahely profile image
Doaa Mahely

Nice!

Collapse
 
ozlemgulp profile image
Özlem

Start learning Github actions

Collapse
 
dmahely profile image
Doaa Mahely

Consistently worked on a side project 🎉

Collapse
 
theowlsden profile image
Shaquil Maria

I finally decided to post a blog explaining something that I just learned a while ago! 🍻 Here to future posts!

Collapse
 
gablaroche profile image
Gabriel Laroche

Thank you!

Collapse
 
prakh_r profile image
Prakhar Yadav • Edited
  1. I did not discontinue my learning streak on freeCodeCamp
  2. learned Flexbox
  3. learned to cook a new dish
  4. took time to read novel (a little escape to wonderland is necessary)
  5. took time to enjoy my hobby (photography; a sample pic)
Collapse
 
husbycodereis profile image
Ali Riza Reisoglu

Joined dev.to and published first posts 💙

Collapse
 
thomasbnt profile image
Thomas Bnt ☕ • Edited

Integrated @nuxtjs/content to my future blog!

Collapse
 
drhyde profile image
David Cantrell

I got my Compose key working on my Mac! github.com/DrHyde/configurations/t...

Collapse
 
vivek7405 profile image
Vivek

Started working on a side project and researched a lot about what Technology Stack to use. Finally, I decided to use the MERN stack!

Collapse
 
hamdano2 profile image
hamdano2

I got to work on front end a bit at my job which is unusual.

Collapse
 
pankajpatel profile image
Pankaj Patel

After long time wanting to use CSS Grid; this week, I Finally made layouts with CSS Grid.

Very delighted and Flexbox saved me some corner cases.

Collapse
 
cmuralisree profile image
Chittoji Murali Sree Krishna • Edited

Successfully configured my neovim 🤠

Collapse
 
megfh profile image
Meg Hannon

I deployed my personal website! megfh.dev 🎉

Collapse
 
aigarspl profile image
Aigars Pluģis

Started making own internal host monitoring system, has some tricky parts, but I'll figure them out somehow.

Collapse
 
ryandaghost profile image
Ryan The Ghost

I finished a Social network project!

Collapse
 
jamonjamon profile image
Jaimie Carter

At 53, I got a job as a junior dev.

notbhed

Collapse
 
abdellani profile image
Mohamed ABDELLANI

I discovered how Firestore is terrible

Collapse
 
krishnakakade profile image
krishna kakade • Edited
Collapse
 
jyotiharode profile image
jYOTIHARODE

Achievement on GITHUB

Collapse
 
zidniryi profile image
zidniryi

Me:

Starting a new project
Fixing a tricky bug
Got New Jobs Increase Almost 50%
Relearn about data structure like Binary Search, caesarChiper, etc
Reading Good Book.

Collapse
 
milo123459 profile image
Milo

Probably contributing to a good amount of projects. I'm very proud of my self!

Collapse
 
szabgab profile image
Gabor Szabo

I ran several live Pair programming sessions, one of them in Spanish!

Collapse
 
ddaniel27 profile image
ddaniel27

I started building my portfolio with React and I finished my first view! just three more haha

Collapse
 
brenordr profile image
Breno Jesus

I've started to add workflow management capabilities to my startup project 😌

GitHub logo inspr / inspr

Inspr is an agnostic application mesh for simpler, faster, and securer development of distributed applications (dApps).



A Cloud Native Application Mesh.

Describe, connect, secure, test and deploy distributed applications with less effort.




Inspr is an agnostic application mesh for simpler, faster, and securer development of distributed applications (dApps). With it you can coordinate the application lifecycle and how the subparts of a dApp interconnect themselves.

For Inspr’s point of view, a dApp is defined as an abstraction on top of the concept of a microservice. We extend the model by adding patterns of composition, communication, security, and adaptability to the application during runtime.

🎛 Compose

With Inspr one dApp can be connected to another and those two will become a new application. Consider as an example where we’re creating a online shop called “Sammyfy”. To build this product we’ll need a few services such as payment, catalog, and delivery.

Of course, we could create those three services and interconnect them by using Rest API or even…




Was a week of debate about what should and shouldn't be done. In the end the proposal passed haha
Collapse
 
navaneethbysani profile image
Navaneeth Bysani

I have quite a few things to share this week
I wrote my first post on dev.to
I started a new MERN project that allows people to create and participate in quizzes