About 123 results
https://unnecessary.tech/posts/no-language-model · 7 Jul 2023
The latest tech fad appears to be generative AI and ChatGPT in particular. As with many technologies, this fad has spawned a lot of concern. Some of these concerns are justified, while some are hyperbolic. Unfortunately most people have a very limited unde...
https://matteogassend.com/articles/taming-the-whale · 9 Mar 2023
import CodeSandbox from '../../components/mdx/CodeSandbox.astro' import Youtube from '../../components/mdx/Youtube.astro' Have you ever had to work on a project that requires lots of parts that need to be installed separately? And one of those parts refus...
https://unnecessary.tech/posts/flyio · 17 Jan 2023
A while ago I deployed this blog to [Fly.io][fly] as a small exercise to gain some experience with the platform, but this is just a static blog that can be deployed on any static hosting site. In order to learn more, I decided to deploy a small project, Po...
https://marko.tech/journal/updating-arch-linux-after-a-long-time · 12 Nov 2022
Stuck getting `Errors occurred, no packages were upgraded.`? Well, have I got the solution for you..
https://build.ms/2022/9/26/github-dev-rel-interview/ · 26 Sep 2022
I joined the Github DevRel team to discuss building Boutique, my "magical" library for data persistence. We also dive into my journey from Twitter to indie development, and the harsher realities of open source maintainership.
https://marko.tech/journal/regex-in-path-of-exile · 28 Aug 2022
A collection of Path of Exile regex usable in search fields in game.
https://build.ms/2022/5/21/coding-as-creative-expression/ · 21 May 2022
Exploring whether coding is art or science, and how programming serves as a creative medium for solving problems and expressing ideas through code.
https://matteogassend.com/articles/hook-line-sinker · 25 Jan 2022
Following up on the Beginner's guide to React, this article will cover the basic "hooks" that React offers. What are hooks? Hooks are a functionality introduced in React 16.8. They allow you to create stateful functional components. If that last phrase ...
https://build.ms/2021/2/12/empower-apps-large-scale-teams/ · 12 Feb 2021
Leo Dion and I discuss scaling app development to thousands of people and millions of users at Twitter, communication, documentation, and the complexity of holding moral frameworks at a global level.
https://matteogassend.com/articles/react-for-beginners · 15 Aug 2020
So... You heard of this framework called React and want to know what all the fuss is about ? Well, wander no more ! Let's go for a spin with ReactJS and build a simple application that will let us see why everyone is talking about it. Installing React Pr...