Dec 19, 2022Integrate template in Laravel 9.xIf you need to see a tutorial about the older version you could find it here. #STEP1: Find a template Zombiz - Free Template Review and Demo 'Zombiz' is a free Landing Page template suited for a digital agency. The portfolio items don't offer AJAX loading or…onepagelove.com There are plenty of websites on the internet that offer free one-page HTML templates. We have chosen one which we are planning to use for our tutorial.Template To Laravel 94 min readTemplate To Laravel 94 min read
Dec 11, 2022Laravel 9.x + Backpack + Article with image (file upload)In order to proceed you should have: - Laravel installed + Backpack admin (teaching purposes) - Tags CRUD created - Article CRUD created Note: There is an older version of this tutorial before Backpack was split on FREE vs PRO field types. #STEP 1: Create migration to add an image to an article php artisan make:migration add_image_to_articles_table --table=articles The new file…Laravel 94 min readLaravel 94 min read
Dec 5, 2022Laravel 9.x + Backpack — Article with tagsIn order to proceed you should have: - Laravel installed + Backpack admin (latest version free edition) - Tags CRUD created #Step 1. Define what the article consists of title — text content — longText (body of the article) tags (many available) — select multiple options This means that one article could have multiple tags and one tag…Many To Many Crud4 min readMany To Many Crud4 min read
Nov 27, 2022Laravel 9.x + Backpack — CRUD for tagsIn order to proceed you should have: - Laravel installed + Backpack admin (teaching purposes) - virtual host ready for you - xampp setup or other web server - composer installed - you have follow this tutorial (you have tags table created and migration has run) # STEP 1. Create…Laravel 92 min readLaravel 92 min read
Nov 27, 2022Laravel 9.* create tags table using MigrationsIn order to proceed you should have: - Laravel installed + Backpack admin (teaching purposes) - virtual host ready for you - xampp setup or other web server - composer installed # STEP 1. create migration Note: In the older version there was a way to provide the schema as…Migrations3 min readMigrations3 min read
Oct 8, 2022Migrate Wordpress to Virtual host (Windows + XAMPP)If you have tried to install Wordpress using XAMPP and just pasted the wordpress folder in your /htdocs folder I have bad news for you. If you start using virtual hosts you will have to choose between two options.Word Press3 min readWord Press3 min read
Dec 24, 2021YouТube dislike count fetched from APIWell, it was recently when YouTube decided to remove their dislike count from the website. Many people were curious because of this change and wanted to find a way how we could check the actual dislike count of a video. Fellow colleague Daniel Angelov gave the idea to build a…PHP3 min readPHP3 min read
Nov 20, 2021Create Admin panel in Laravel 8.* using BackpackIn order to proceed you should have: - Laravel installed - virtual host ready for you - xampp setup or other web server - composer installed #STEP 1: Create database Create database using phpMyAdmin -> check credentials in .env file Open phpMyAdmin — http://localhost/phpmyadmin/ or by clicking hereLaravel2 min readLaravel2 min read
Nov 20, 2021Animal behavior in Software developmentSeveral days ago I came across a screenshot in a programming group describing the Ostrich algorithm. In short, this is a strategy of ignoring potential problems on the basis that they may be exceedingly rare. This approach is determined by the fact that if deadlock occurs once in a while…Curious Facts4 min readCurious Facts4 min read
Oct 7, 2021Unix philosophy vs SOLID (know your roots)Nowadays there is almost no interview where SOLID is not mentioned, however, there are not so many interviews where Unix philosophy is touched. Why is that? Is it due to the time when we are living? …Unix4 min readUnix4 min read