-
Expressions vs Statements
Expressions produce a value and the value then is slotted into statements. Brackets evaluate an expression and allow to access […]
-
Why in some cases, API requests are accepted with fetch but not Axios
By default, Axios encodes as JSON and sets the Content-Type header automatically.On the other side, fetch doesn’t do it automatically […]
-
Automatically refresh the browser on Node / Express
Quote from https://dev.to/cassiolacerda/automatically-refresh-the-browser-on-node-express-server-changes-x1f680-1k0o/. One of the first things that most developers learn when starting with ExpressJS is using Express Generator to create […]
-
15 Incredibly Useful GitHub Repositories for Web Developers.
1. Developer Roadmap The Developer Roadmap repository does an amazing job of giving you an idea about the landscape and […]
-
Good javascript practices
Avoid showing console.log in production: 2) Arrow functionshttps://www.youtube.com/watch?v=WuCw9agV3Rc&t=13s 3) https://www.youtube.com/watch?v=C5FXZ2ki13k&list=PLvq-jIkSeTUZ6QgYYO3MwG9EMqC-KoLXA&index=3 4) Variables:var creates a variable with global approachlet creates a […]
-
Installing image compression libraries
For CentOS/Redhat servers:yum install -y epel-releaseyum install pngquant libjpeg optipng jpegoptim gifsicle
-
Copywriting resources
I’d like to share with you some great articles I found about copywriting: Pricing Psychology
-
Install Mailinabox
https://mailinabox.email/ Set up SSH key:Create the ~/.ssh directory and authorized_keys Give the ~/.ssh directory and authorized_keys files appropriate file permissions: Open the authorized_keys file and paste the public key […]
-
Add github project to cPanel
Steps in https://docs.cpanel.net/knowledge-base/web-services/guide-to-git-set-up-access-to-private-repositories/Use git@github.com for example following the steps provided by cPanel