Setting up the project
Week 1
Search for a command to run...
Week 1
Setting up VirtualBox with Kali Linux and Metasploitable so that both VMs are on the same network and can reach each other is useful for practicing penetration testing locally. Kali Linux has many tools for penetration testing and Metasploitable is a...
Building a Django todo list
Source Code on GitHub I was trying to generate QR codes in Laravel and found this package simplesoftwareio/simple-qrcode and a couple of tutorials explaining how to use it shouts.dev and itsolutionstuff.com. Unfortunately, examples in the tutorials w...
A very simple approach
The purpose of this story is to get started with Laravel and create a very simple project. Uses Laravel 8. Prerequisites In order to install and run the Laravel project we need to have: Composer, a PHP dependency manager (for Windows download the e...
Introduction JavaScript implementation of a Sudoku puzzle. Uses a back-end PHP API. Note: These experiments are part of the CodingSummer21 activities and their goal is not to provide a perfect solution, but some solution simple to understand so th...

Introduction A PHP application which uses a MySQL database to store sudoku puzzles and their solutions. Puzzles are retrieved from a Kaggle CSV data file. The application randomly selects a puzzle and provides it via its API. Then it responds to requ...

This is an attempt to build the Hangman game in plain JavaScript. Note: These experiments are part of the CodingSummer21 activities and their goal is not to provide a perfect solution, but some solution simple to understand so that students can for...
