How to remove accidentally committed files from git
Ah, the classic “Oops, I did it again!” with the .idea folder, huh? 😅 Happens to the best of us. It’s like a rite of… Read More »How to remove accidentally committed files from git
Ah, the classic “Oops, I did it again!” with the .idea folder, huh? 😅 Happens to the best of us. It’s like a rite of… Read More »How to remove accidentally committed files from git
Running Docker and Docker Compose commands without ‘sudo’ is a common request, especially for development environments. Here’s how to set it up
In the world of web design, responsiveness is no longer a luxury but a necessity. With the proliferation of digital devices sporting various screen sizes,… Read More »Mobile-First Approach: Modern CSS Media Queries for Responsive Design
It was hard to find a resolution to this problem so I started some experiments. There are no problems running the unoconv from the console… Read More »Unoconv and www-data permissions problem. Solved for me
Part of your job as a programmer is to track bugs, find errors, or just check some backend results. Some people find it hard to… Read More »How to use the Apache error log for debug
Kubuntu comes with Bash scripting language This is a list that will be updated (last updated 4 Oct 2020) If you don’t know what is… Read More »Add some useful commands to your console (Ubuntu)
The Query If you have a lot of databases and you want to check their creation dates just run this SELECT. If the ‘create_time’ is… Read More »How to check the creation date of your databases (MySQL) with ease
(last updated 04 Oct 2020) Here ill shares some simple tips and tricks that I’ve learned as a Junior PHP Web Developer. And the list… Read More »Tips and tricks for Junior PHP Web Developers
Refine how to display the Apache error log with a simple command While you hunt a bug in your code you may wish to check… Read More »How to debug/filter the Apache error log by specified string (Linux)
If you just created your GitLab account, there is a big chance that you miss the part with adding some SSH keys to your account.… Read More »GitLab for newbies, like me – Permission denied (publickey)
I faced the problem I only needed to update the data fields with values. When you work with a real app which has working send… Read More »How to update value in DB table only when the cell is not empty or null (MySQL)
This list will be updated periodically. Every time I feel that something will be useful and make my life easier :) Create daily backups of… Read More »Tricks List for Daily work with MySQL (5.7) for Web Developers / Ubuntu