Massimo Triassi's Avatar

Massimo Triassi

@triassi.dev

Software Engineer | Open Source Advocate | TTRPG Nerd blog.triassi.ca | github.com/m-triassi Montreal, QC

38
Followers
90
Following
13
Posts
20.11.2024
Joined
Posts Following

Latest posts by Massimo Triassi @triassi.dev

Cheering on @triassi.dev at the Concordia Hackathon this weekend!! ๐Ÿ‘จโ€๐Ÿ’ป ๐ŸŽ‰

01.02.2025 17:01 ๐Ÿ‘ 2 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
developer tool console on a firefox web browser with the text document.designMode = "on".

developer tool console on a firefox web browser with the text document.designMode = "on".

wow, TIL: You can turn on "designMode" via the DevTools console in your browser, and it makes all text on a page directly editable; what a neat trick!

15.01.2025 02:13 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
A rant on personal engineering projects
A rant on personal engineering projects YouTube video by BPS.shorts

Saw this interesting (and funny) video about finishing personal projects today, something I struggle with as well. We all know it, life happens, and it's easy to chalk up incompletion to constraints like "it's not cost effective" or "the best solution is infeasible"

www.youtube.com/watch?v=4jgT...

18.12.2024 17:40 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Admittedly I'm being slightly stubborn by using only the standard library, so this much is expected. It's just nice to stop and appreciate all the work that goes into open source software you use every day :)

27.11.2024 17:07 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
shiori/internal/database/database.go at master ยท go-shiori/shiori Simple bookmark manager built with Go. Contribute to go-shiori/shiori development by creating an account on GitHub.

here's the driver in question: gist.github.com/m-triassi/521f6d7b1468dedcf15dccc24945df4f

vs

what I assume to be a better / correct implementation: github.com/go-shiori/shiori/blob/master/internal/database/database.go#L66

27.11.2024 16:57 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Take for example my database driver; Currently it defines a struct `service` with a property `db` of type `*sql.DB`. The "correct" thing to do here would be to have some interface that any SQL dialect can implement. Then you can swap out MySQL for, say Sqlite, and it makes mocking easier in tests

27.11.2024 16:52 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

I've been writing some GoLang for a pet project lately. It really makes me appreciate what "batteries included" means all over again in frameworks like Laravel. Don't get me wrong there are some awesome tools in the ecosystem (like github.com/Melkeydev/go-blueprint) but there's still some plight

27.11.2024 16:39 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Preview
m-triassi's list / Laravel + PHP Useful Laravel Packages and tools

Welcome to the community! Maybe you'll find some useful stuff in my GitHub list for Laravel :) github.com/stars/m-tria...

24.11.2024 16:12 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

I always wondered if starting a business that sold "dumb tvs" with high quality panels and a simple, clean UI would do well. Feels like this thread gives a pretty good indication of that

23.11.2024 21:46 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0

Imho version #2 feels best, it's sleek, and feels consistent with the rest of the UI, plus it looks like it gives pretty solid user feedback on which is selected

23.11.2024 21:37 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Preview
Tailwind CSS v4.0 Beta - Tailwind CSS Preview what's coming in the next version of Tailwind CSS.

The new @tailwindcss.com 4.0 Beta is incredible. Loving the Dynamic spacing scale, super super cool stuff! tailwindcss.com/docs/v4-beta

23.11.2024 18:21 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
m-triassi's list / Dev Tools Tools for improving local development, and environment management

I really like GitHub's "lists" feature, it's pretty handy for organizing my starred repos for easier rediscovery. Just flipped through my Dev Tools list again lots of fun stuff in there: github.com/stars/m-triassi/lists/dev-tools

23.11.2024 15:11 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
Index Zero A technology blog by Massimo Triassi

Hi y'all, my name is Massimo, I'm a web developer based in Montreal. Currently, I work with PHP and Laravel building Web Applications on the back-end, but I'm always learning. Here to make new connections in the tech scene :)

You can read some of my longer form thoughts on my blog: blog.triassi.ca

20.11.2024 20:57 ๐Ÿ‘ 4 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Initial commit... err I mean, hello?

20.11.2024 18:01 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0