web application development

PHP, Javascript, C#, Java, Python

Laravel Development

Developing Laravel applications using latest framework build

View my Bio

Read more about me and my story, my interests, my life. Let's Keep in touch

Read More

A Simple JQuery game

Creating a simple JQuery game JQuery is a lightweight library very usefull for dom manipulation and simple animations. Based on this library in 2017 I’ve created this small example of how it can be used to create a small browser game. It consinst in a single monolithic javascript file which contains an object called "Game".…

Laravel 9 Installation on Ubuntu 22.04

Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things. Let’s see how o create the first app using this greate framework Install composer First install composer apt install composer Install Additional php extensions sudo apt install php-curl php-gd php-intl…