DEV Community

Ben Halpern
Ben Halpern

Posted on

What weekend coding are you doing these days?

Latest comments (43)

Collapse
 
evieskinner18 profile image
Evie

I'm making a .Net Core MVC app to help me track my new year's resolutions πŸ’―

Collapse
 
sduduzog profile image
Sdu

I just got back to my android side project. I reverted master to a commit from 15 August last year, my last google play release. I lost a lot of progress but I had implemented so many features, it was probably going to have a negative impact on the thousands of users.

Also touching up on my personal blog. Im super hyped about cross posting to dev.to from my site

Collapse
 
lmeromy profile image
lmeromy

I'm playing around with RedwoodJS....already stuck on a few things, but it's great fun so far!

Collapse
 
xkill9 profile image
Jorge Ivan Morales

I'm trying to implement a minesweeper game using xstate and SVG animations in React, not quite there yet but it's been an interesting exercise so far :D

Collapse
 
alexzeitler profile image
Alexander Zeitler

An Event Store in TypeScript

Collapse
 
anhtm profile image
Minh Trinh

Implementing a data structures library with Python. This is part of my goal to solidify my knowledge in data structures and algorithms which is something I've been neglecting. Also reading materials from Introduction to Algorithms (CLRS) and doing Havard's CS50 course on edX.

Collapse
 
matteojoliveau profile image
Matteo Joliveau

A small monitoring system for personal devices (desktops, laptops, smartphones, etc) that can be self-hosted outside of the local network (e.g. on Heroku).
It features a local agent that runs on the device and reports to the server via WebSocket, and a web GUI that shows availability and info about the system. Here is a super-duper-early prototype :D
prototype

For now, it only reports the operating system and the status, but I'm integrating hardware info and resource monitoring.

The next big challenge will be porting the agent to Android.

Collapse
 
agustinl profile image
AgustΓ­n

I added autocomplete feature to my svelte package (tags input) πŸŽ‰.
Svelte Tags Input

Collapse
 
gabe profile image
Gabe

Not so much coding as I am drawing / animating! Made a new animated logo this weekend
dev-to-uploads.s3.amazonaws.com/i/...

Collapse
 
matthewbdaly profile image
Matthew Daly

Building a PHP CMS. It's a bit of an oddity and I'm considering calling it something else, such as a content presentation system.

Basically, it's built to accept content from any source you define a suitable interface for, eg Markdown, a database etc. In that respect it's not dissimilar to things like Gatsby, but dynamic rather than generating static HTML.

Collapse
 
jpantunes profile image
JP Antunes

Playing around with a token curated registry project from ETH Zurich Finance 4.0 programme. The good news is that cryptoeconomics is hard for everyone :-)

Collapse
 
daviddalbusco profile image
David Dal Busco

Not on that one but I used to and still does collaborate with the ETH too πŸ˜‰
Cheers from ZΓΌrich!

Collapse
 
rhymes profile image
rhymes

Trying to sort out tests bugs when the implicit ordering is thrown out the window :D

Collapse
 
admantium profile image
Sebastian

Working on my raspberry pi cloud environment, particularly focused on service discovery and persisting data on NFS when running docker containers

Collapse
 
clara profile image
Clara

I recently started a side project, berufefinden.com - a website in German, which is basically a database of job profiles that exists. filled by the community. for just browsing or finding inspiration

Collapse
 
hassanaskary profile image
Hassan Askary

Implementing a DL architecture to do face synthesis. Done with preprocessing the dataset and now moving to coding.