Demystifying the hex format of EVM function call
Miguel Palhas
July 24, 2023
On January 5th, we took notice of MatchboxDAO’s event, 0xMonaco.
February 23, 2023
This is the story of how we ended up with an ambitious time-frame to launch a platform, of the decisions we made along the way, and fortunately, of how it all turned out really well.
April 30, 2021
I fell into a rabbit hole. It all started with quarantine, and too many Zoom calls.
December 2, 2020
I suspect that every developer who has dealt with production systems, has also messed up a production system. At least once.
July 23, 2020
I would like to talk about how to turn vim into an IDE, with some special focus towards Elixir
July 17, 2020
Last year, I did a huge migration to GithubActions over at Utrust. Here's a summary some of my main takeaways
April 22, 2020
Learn how we do Continuous Integration, and what tools we use at each step of the way
December 18, 2017
While Elixir is becoming a popular language for web development, there is at least one topic that I still find lacking: Deploys.
May 24, 2017
One of my main focus of the past few months has been my productivity with my text editor.
April 28, 2017
This post is a follow-up to Super-powered Vim, part I: Projections Keeping the same line of thought of the previous post, about taking the effort out of the boring tasks that come with writing code, let's now talk about a simple yet powerful concept: snippets.
This post is the third of a three-part series. If you're interested, you can start by checking out: https://subvisual.co/blog/posts/133-super-powered-vim-part-i-projections and https://subvisual.co/blog/posts/134-super-powered-vim-part-ii-snippets.
Spoiler alert: it's premature optimizations.
March 13, 2017
Whenever a web app has integrations with external APIs (which, let's face, happens most of the time nowadays), there's usually an increased complexity about it when it comes to testing.
March 7, 2017
I recently watched Greg Hurrell's screencast about Opening files in Terminal Vim, in which he showcases an OSX-only solution for being able to open files on Vim when using Finder.
December 16, 2016
Have you ever found yourself working alone for what appears to be too damn long?
October 21, 2016
Code golf is an interesting concept to me: to solve a programming challenge, using not the most efficient or readable code, or the most state-of-the-art solution, but with the smallest code size possible.
October 3, 2016
I have lately run into a problem with my editor of choice, Vim, and the syntax highlighting in Ruby files.
June 2, 2016
I've been experimenting with FactoryGirl lately, particularly to deal with test data that's not necessarily tied to the database.
March 3, 2016
With recent advances in front-end technologies, front end developers have been going crazy, pushing CSS to its limits and doing all sorts of beautiful animations. Seriously, there are some crazy things out there.
July 17, 2015
I said it before and I'll say it again, several times: Automation is awesome.
February 18, 2015
I try to automate all the annoying repetitive things I can. And not long ago, merging Pull Request was certainly on top of my list.
November 24, 2014
Having written and read a lot of Ruby code, I occasionally come across some not-so-well-known features. Or even just a tiny detail that, as useless as it may be, I still find interesting.
May 29, 2014
If you were ever in charge of configuring a web server, you must know how painful it can be sometimes. During your first learning days, you probably spent an awful lot of time SSH'ing into the server, trying out something you just found online. It probably ended up being a slow trial-and-error process before you got your first server up and running.
January 14, 2014