Hey there!
Looking back on your week — what was something you're proud of?
All wins count — big or small 🎉
Examples of 'wins' include:
- Starting a new project
- Fixing a tricky bug
- Going on a beautiful walk ... or whatever else might spark joy ❤️
Happy Weekend!
Top comments (38)
Hmm...
Well nothing too much really...
But I made my website work offline :D
lol experimenting with PWAs and
serviceWorker
after two years I finally posted a new post on here! :D
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
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!
I started implementing an algebraic effect system in my language, and that project also earned its 250th github star today 😄
Gwion / Gwion
🎵 strongly-timed musical programming language
Gwion
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
Configuring (optional)
You can get a list of config files to tweak with
Please rebuild to take your change into account.
This looks insanely good. I fear I might have discovered a new time-sink.
Thanks you :) very much.
If you have some interest in this project, know you can join me and the collaborators at
discord.gg/KmHqbTKSmS
I became the COO of a company where I joined as a mobile developer 3 years ago.
Wrote an article that helped community
Wrote my first posts ever in #5days5blogposts challenge! Yay!
Start learning Github actions
I received the 16 week streak badge on DEV 🥳
Nice!
I finally decided to post a blog explaining something that I just learned a while ago! 🍻 Here to future posts!