dav1app

dav1app

Follow
homebadges

Future JavaScript

Sep 9, 20212 min read

Some JavaScript features that you may (or may not) see in the future. Taken from the TC39 and newer V8. ยท Top-level await // index.js await myFunction()...

Future JavaScript

How to make fastboot work with USB 3.0

Jul 25, 20211 min read

I found out in one on a very particular blog post that links another post on MIUI China. This thing basically saved my life. One of the errors shown...

How to make fastboot work with USB 3.0

I speed-learned Flutter

Jul 14, 20212 min read

My favorite thing about Hollywood hackers is how fast those nerds learn new platforms. I mean, The Hackerman enters the most advanced datacenter in...

I speed-learned Flutter

React Hooks equivalents on Component Lifecycle

Jul 14, 20212 min read

In React 16.8, the Hooks were introduced to reduce the complexity of the components lifecycle. This enables us to create components without visual...

React Hooks equivalents on Component Lifecycle

Gracefully installing Firefox 67 on Debian

Jul 14, 20212 min read

Before anything, notice that this installation will be unable to access your profile previously installed Firefox versions. Debian and other Linux...

Gracefully installing Firefox 67 on Debian

Using OpenVPN Connect before user logon

Jul 14, 20213 min read

The Access Server solution came up with the idea that you can make OpenVPN servers easy to manage. That is true until you hit a certain point. OpenVPN...

Using OpenVPN Connect before user logon