Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
I was recently approached by a client about a "financial assessment" javascript app on their...
get started building REST APIs in Gleam
Olá pessoal, No vídeo acima eu conmversei um pouco sobre a comunidade do ecossistema de...
Do you write Elixir but sometimes miss the benefits of type safety we have in other languages? If the...
In previous years, Advent of Code has had several problems dealing with items in a grid. After trying...
Gleam is a functional programming language that proudly aims to be simple. This means you have a few...
Todo programador debería probar la programación funcional alguna vez.
One thing that tripped me up for a while when solving today's puzzle is that grouping expressions in...
This was yet another problem that my boss helped me out with for part 2. I honestly don't know if I...
I'm not particularly proud of my code for today's solution. I could definitely refactor it to reduce...
Last week, I had a great chat with Dillon Mulroy from Vercel, and the (almost) uncut recording is now...
My boss gave me another clue for part 2 of today's problem. I was planning on determining the number...
I'm finally getting around to posting my solutions to Advent of Code from last year. The first week,...
Remember how I mentioned that my code might not provide a solution that would work on your input...
Last year, there were a few problems that involved dealing with ordering functions. I was unaware of...
Introduction Parsing grid inputs is a common challenge in programming challenges and data...
One thing I love about Advent of Code is that as the problems get progressively harder, they require...
When posting my solutions to Advent of Code, I try to make it so that if you were to take my code and...
I really enjoyed today's puzzle. At first glance, it seems pretty complicated, but if you know how to...
Today was the first day I decided not to stay up to solve the puzzles right as they come out. Where I...
Regex is doing a lot of the heavy lifting in today's puzzles. That is one of the main reasons why I...
In my recent YouTube video, I dive into Gleam, the statically-typed functional programming language...