Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.13 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.13 KB

Welcome to estacouveflor

Estacouveflor is a playing joke with the phonetics of these words in Brazilian Portuguese, when it is spoken fast resembles "Stackoverflow", it explains the logo used :D

This is a personal blog where I write about things that I like. I have a crush on embedded devices and development its development as a whole, so I spend a lot of my spare time playing with them. I have a particular passion for ARM Cortex M, in special the STM32F103xx series. I like to play with them using Rust or C. So you probably will find a lot of about it there.

But I also know a lot about frontend technologies, good software patterns, and a few other things I'been working with for the last 12 years.

Local development

Warning This project requires Node 16+, Ruby 2.3.0+ and Bundler 2+

Getting the project dependencies up and running is as follows:

yarn install

This command will serve the application:

yarn start

Your changes should automatically reload the page.