lobo_tuerto's notes
Home
Blog
Notes
About
Welcome,
here you'll find mostly software development notes, conveniently grouped in sections
Vue 3
A basic modal component with Vue 3 and Tailwind CSS
31 July 2022
Sep 2022
Let's write a reusable modal with Vue and Tailwind CSS.
frontend
vue 3
typescript
tailwindcss
demo
A confirmation dialog component with Vue 3 and Tailwind CSS
31 July 2022
Let's write a reusable confirmation dialog with Vue and Tailwind CSS.
frontend
vue 3
typescript
tailwindcss
demo
Build a Vue 3 + TypeScript dev environment with Vite
22 August 2021
Sep 2022
Production grade DX for all your web projects.
frontend
vue 3
typescript
vite
tailwindcss
DOM manipulation with D3 in Vue 3
18 April 2020
Aug 2022
Showcase the evolution of D3's general update pattern.
frontend
vue 3
d3
merge
join
update
typescript
Fluid SVGs with Vue 3
09 March 2018
Aug 2022
Have your SVGs adjust to their parents width.
frontend
vue 3
svg
demo
Import tailwind.config.cjs in Vite
17 September 2022
Vite is ESM only, how do we import CommonJS files in it?
frontend
vue 3
typescript
vite
tailwindcss
TIL: How to reset all stores in Pinia
24 September 2022
An easy way to reset all the stores in your app.
frontend
vue 3
pinia
Vue 3 testing cheat sheet
29 July 2022
Sep 2022
What are the basic constructs used for testing in Vue?
frontend
vue 3
testing
Vue 3 with TypeScript cheat sheet
29 July 2022
Oct 2022
How to properly use types when writing Vue components.
frontend
vue 3
typescript
JavaScript
Cycle through array with JavaScript
27 July 2022
Easily cycle through array elements with function generators.
frontend
javascript
Identify a mobile browser with JavaScript
25 April 2020
How to tell if someone is using a cell phone to browser your site.
frontend
javascript
Iterate X times with JavaScript
27 July 2022
An alternative to using a for construct.
frontend
javascript
TypeScript
A basic modal component with Vue 3 and Tailwind CSS
31 July 2022
Sep 2022
Let's write a reusable modal with Vue and Tailwind CSS.
frontend
vue 3
typescript
tailwindcss
demo
A confirmation dialog component with Vue 3 and Tailwind CSS
31 July 2022
Let's write a reusable confirmation dialog with Vue and Tailwind CSS.
frontend
vue 3
typescript
tailwindcss
demo
Build a Vue 3 + TypeScript dev environment with Vite
22 August 2021
Sep 2022
Production grade DX for all your web projects.
frontend
vue 3
typescript
vite
tailwindcss
DOM manipulation with D3 in Vue 3
18 April 2020
Aug 2022
Showcase the evolution of D3's general update pattern.
frontend
vue 3
d3
merge
join
update
typescript
Import tailwind.config.cjs in Vite
17 September 2022
Vite is ESM only, how do we import CommonJS files in it?
frontend
vue 3
typescript
vite
tailwindcss
Vue 3 with TypeScript cheat sheet
29 July 2022
Oct 2022
How to properly use types when writing Vue components.
frontend
vue 3
typescript
Tailwind CSS
A basic modal component with Vue 3 and Tailwind CSS
31 July 2022
Sep 2022
Let's write a reusable modal with Vue and Tailwind CSS.
frontend
vue 3
typescript
tailwindcss
demo
A confirmation dialog component with Vue 3 and Tailwind CSS
31 July 2022
Let's write a reusable confirmation dialog with Vue and Tailwind CSS.
frontend
vue 3
typescript
tailwindcss
demo
Build a Vue 3 + TypeScript dev environment with Vite
22 August 2021
Sep 2022
Production grade DX for all your web projects.
frontend
vue 3
typescript
vite
tailwindcss
Import tailwind.config.cjs in Vite
17 September 2022
Vite is ESM only, how do we import CommonJS files in it?
frontend
vue 3
typescript
vite
tailwindcss
Elixir
Build a JSON API with Phoenix
06 April 2018
Aug 2022
Let's build a JSON API that uses cookies. Sorry, not sorry JWT.
backend
phoenix
elixir
api
json
Deploy a Phoenix application to a VPS
27 July 2020
Short guide on how to deploy a Phoenix app to Linode/DigitalOcean by hand.
elixir
devops
phoenix
Deploy a Phoenix application to Gigalixir
27 July 2020
Short guide on how to deploy a Phoenix app to Gigalixir.
elixir
devops
phoenix
Elixir CI with GitHub Actions
26 July 2020
Set up a continuous integration process for your Elixir project.
elixir
devops
ci
Install Elixir in Linux
08 March 2018
Sep 2022
The easiest way to install Elixir in Linux is through ASDF, period.
linux
dev
elixir
Parse Twitter's date format with Elixir
15 August 2020
Sun Aug 15 14:15:50 +0000 2021 — How to parse something like this? Let's see.
programming
elixir
Software development
Basic Git configuration
10 June 2018
Aug 2021
Let's customize the git configuration for an improved DX.
dev
git
Install Elixir in Linux
08 March 2018
Sep 2022
The easiest way to install Elixir in Linux is through ASDF, period.
linux
dev
elixir
Install Google Chrome in Linux
04 April 2020
Sep 2022
Still one of the best dev environments for web apps.
linux
dev
chrome
Install Node.js in Linux
10 March 2018
Sep 2022
ASDF is the easiest way to install Node.js in Linux.
linux
dev
nodejs
Install PostgreSQL in Linux
08 March 2018
Jun 2022
The big elephant in the room, the world's most advanced open source relational database.
linux
dev
postgresql
Install VSCode in Linux
04 April 2020
Aug 2022
The one and only, the fabulous Visual Studio Code in Linux.
linux
dev
vscode
Linux
Add subtitles to a video in Linux
14 March 2019
Jul 2019
Let's hardcode some .srt/.ass subtitles into a video with ffmpeg.
linux
video
subtitles
Calibre dark mode in Linux
08 December 2018
Mar 2019
Allow Calibre to use the OS dark mode setting.
linux
calibre
Create a Linux live USB
21 September 2018
Feb 2020
No special apps or some other nonsense required. The CLI already provides everything we need for this task.
linux
usb
cli
Dota 2: Black screen on Linux
16 October 2022
Game keep hanging after launch.
linux
gaming
dota2
Dota 2: Game client is out of date issue
25 July 2020
Unable to update, even after restarting.
linux
gaming
dota2
Format a USB drive as FAT32 in Linux
26 October 2019
This can be useful if you need to flash some BIOS or interact with a Windows machine file system.
linux
usb
fat32
Install Elixir in Linux
08 March 2018
Sep 2022
The easiest way to install Elixir in Linux is through ASDF, period.
linux
dev
elixir
Install Google Chrome in Linux
04 April 2020
Sep 2022
Still one of the best dev environments for web apps.
linux
dev
chrome
Install Node.js in Linux
10 March 2018
Sep 2022
ASDF is the easiest way to install Node.js in Linux.
linux
dev
nodejs
Install PostgreSQL in Linux
08 March 2018
Jun 2022
The big elephant in the room, the world's most advanced open source relational database.
linux
dev
postgresql
Install VSCode in Linux
04 April 2020
Aug 2022
The one and only, the fabulous Visual Studio Code in Linux.
linux
dev
vscode
Remove PDF password in Linux
07 July 2022
Let's see how turn a password protected file into a normal one.
linux
pdf
password
Set up full disk encryption in Linux
25 January 2018
Feb 2020
Let's see how to set up FDE in a secondary HDD.
linux
fde
luks
Set up Manjaro i3
31 August 2019
Jun 2022
Imagine no longer having to minimize, maximize, resize or rearrange any windows, ever, again. Thx i3wm. ❤️
linux
i3
manjaro
Módems
Cómo entrar a la configuración del módem de izzi
01 January 2017
Jul 2019
El admin de tu módem está en 192.168.0.1
izzi
config
router
Cómo entrar a la configuración del módem de Telcel
28 July 2019
Sep 2019
El admin de tu módem está en 192.168.8.1
telcel
config
router
Cómo entrar a la configuración del módem de Telmex
20 January 2010
Jul 2019
El admin de tu módem está en 192.168.1.254
telmex
config
router
Got comments or feedback?
Follow me on
v-24390d0