Git: using multiple accounts

Recently, I received a Github account for my current job. Prior to that, I used to keep my work and personal projects in a single, personal Github account. This change required me to adjust my workflow and find a way to manage two Github accounts on my computer. To do this, I followed two main tutorials. The first tutorial showed me how to create SSH keys and register them with Github....

2023-01-26 · (updated 2023-02-10) · 2 min

My Hugo website with AWS part2: Custom domain with AWS

After creating the blog, using Hugo, S3 and Codebuild. The next natural step was to access the site using a custom domain. Using AWS there is a very practical way to achieve this. The process involves Route 53, Certificate Manager and CloudFront. This post is based on Felix Yu’s video, where he explains this process very well documented. I will show how each service helps to get the custom domain and some key notes on the process....

2022-11-16 · (updated 2023-02-10) · 3 min

Obsidian in GitHub and hotkeys

After using Obsidian for a week, I fell in love with it. Previously, I had been using OneNote to take and organize my notes in folders. However, I missed the ability to quickly format my notes using Markdown, which I had grown accustomed to using with Rmarkdown and Jupyter. The versatility to format text, add images, and use Mathjax for technical notes was something that OneNote couldn’t provide. One thing I did like about OneNote was the cloud synchronization feature....

2022-11-16 · (updated 2023-02-10) · 3 min

Youtube playlist songs to spotify

Since I started working out, the music proved to be a motivator. When I work I usually have a Mix of youtube in the background and I love how youtube adapts to my preferences, spotify also does a good job but not as accurate. So my “motivational” mix was on youtube. When I jog I don’t have too good of an internet connection and I spend my data on playing songs as videos because I don’t have those songs on spotify....

2022-09-11 · (updated 2023-02-10) · 4 min

My Hugo website with AWS part1: Hugo, GitHub, Cloud9, S3 and Codebuild

Some time ago I wanted to have a website where I could have my projects, like a portfolio website where I could share my code, my notebooks to anyone who needed it. I tried Hugo, because a I liked how fast it was and how ease was to use Markdown to create html code, in that attempt, I was using Rstudio and the Academic theme (before it was converted to wowchemy), but I was not convinced at all with result....

2022-09-04 · (updated 2023-02-10) · 2 min