We often come across large and complex SVG files full of redundancies, which can be a hassle....
Understanding MVVM in React Native The MVVM (Model-View-ViewModel) pattern is widely used...
To upgrade your Expo project from version 48 to version 49, you will need to follow some specific...
Wirely update your libraries to the latest version using below command yarn upgrade --latest ...
I have been facing problems when sharing screen through fedora, either on discord or I encounter...
In this post, I'll show you how to improve your husky workflow, using pre-commit to trigger error...
You must have already gone through the situation of having entered vi at the time of a commit and not...
If your linux hits the system watchers limit, solve it with the following command: echo...
Development Make sudo apt-get update sudo apt-get install make Enter fullscreen...
Just add the capture of the token in the local storage in the configuration inside the interceptors...
See how a minor change to your commit message style can make you a better programmer. Format:...
To not always need to tell git what your login and password are, enter the command below. git...
First check the source of your repository. git remote -v Enter fullscreen mode ...
Run the following command, some questions will be displayed, in my case I just pressed enter until...
In some cases, we feel the need to use the scrollview along with the flatlist. Then we generate the...
Install Zsh sudo apt-get install zsh Enter fullscreen mode Exit fullscreen mode ...
Simple and fast way to update the node version on your machine, let's install package n...
Configure and install Commitizen + Commitlint tools What is Commitizen? commitizen...
Here we will install two dependencies to configure Prettier along with ESLint, the first disables the...
To start, we must use the following command: yarn add eslint -D Enter fullscreen mode ...
In this post, I'll show you how to improve your husky workflow, using pre-commit to trigger error...
The walkthrough below was reproduced in a next.js project To start, we must use the following...