As node js developer, I used to clean my old projects by deleting node_modules folder, but sometime I forgot to do that and it really take a lot of space about 400Mb for each project. I used to test a lot of libraries like react, webpack, snowpack, express and next js so I can easily […]
What is SOAP Api ?
An entreprise that would to connect to other entreprise’s service must know the address of the service and then send a request, the server will take this request and then do a job with data received and then send a response. When a client wants to invoque a service, it’s hard to tell him what […]
Next GNOME will be 40
GNOME Developers are scheduling to release a 40v version of Gnome. It’s a big jump after v3.8 (37 major releases, but why?) after an interne discussion between core team.
[Ubuntu] Ubuntu 20.04 ‘Focal Fossa’ will be there
This is a special year full of events, certainly, with the CODIV-19 disease epidemic. The Ubuntu community still wondering the new Ubuntu LTS release baptized “Focal Fossa”.
CakePHP 4.0 🍓 Strawberry is out, a new Chapter for PHP dev
What is CakePHP? CakePHP is a free, open-source, rapid development framework for PHP. It’s a foundational structure for programmers to create web applications. Since it’s based on MVC architecture, that makes it structured, rapid and more flexible.
Why is React so popular?
This is not a comparison between Vue, angular and React. This post is according to Indeed.com with over than 60,000 job offers. I’ll talk about why React is the most popular JavaScript library.
Useful .zshrc aliases
I mostly use these commands when I’m working. So for example, to make quickly a new folder, init the git repo and switch to develop branch, monitoring, cleaning, so I made this gist available and I will update it in case of a new helpful commands.
How to use your SSH key to push on Github
You want to configure your computer to be able to pull, push and fetch repositories without asking you to enter your username/password? You have to configure some little things that we did not set them in the beginning.
Securely Connect to Remote Servers with SSH
SSH (Secure Shell) is your key to secure remote access in 2024. It’s like having a private tunnel to log in and manage servers, transfer files, or run commands – all with top-notch encryption to keep your data safe from prying eyes. Why Use SSH? Ironclad Security: SSH encrypts everything – login credentials, commands, and […]
Raspberry PI: SPI Performance On Linux 5.4+
A new pull request has been made for Linux 5.4+ about the SPI performance (Serial Peripheral Interface). A big performance enhancement for the bc2835 (Raspberry Pi) driver for unidirectional transfers from Lukas Wunner.