7
votes
What programming/technical projects have you been working on?
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?
In my quest to start working as a software developer I've been learning Go for some time and one of the projects is doing a personal blog/portfolio in Go so i have something to show.
Here it is:
Site: https://crdpa.net
Source code: https://github.com/crdpa/site
I have other little projects too, like Musyca in python/sqlite and Kolekti in Go (both work together).
Anyway, feel free to give tips, criticisms and any feedback. Sorry for my english, i'm from Brazil.
I have written (what is in my opinion) the best software of my career so far. Clocking in at less than 20 lines of code, I present: my highly portable, zero-config HTTP logging service.
It's the culmination of two weeks of me trying to find the most braindead, easy-to-use logging setup that can be thrown on a VPS behind Caddy and used for home network monitoring. If I had had more than a passing knowledge of CGI (or knew about busybox httpd), I could've cranked this out in ten minutes, but it took a lot of trial and error instead. That's programming, I guess.
Usage example:
A few little things:
I decided to write a browser app to read the serial port (a Chrome-only API, alas). It's been years since I did any web development, and that was largely in Dart. So it's interesting to see where things are now. I'm trying to keep it fairly minimalist, but here are some things I've tried.