Preliquisites Tailwind CSs Laravel Livewire
Category: Tutorials
Adding font-awesome to an element using CSS
Use cases Customizing a WordPress theme without editing core theme files Customizing a web page using Chrome extensions If you are working on hosted site without the ability to edit core files, the author might provide a way to inject…
Workaround to directly download Windows 10 without the Media Creation Tool
Windows Media Creation Tool is a small executable file that guides you through selecting and downloading your preferred version of Windows. If you a looking to download the Windows 10 .iso without this extra step, follow the following steps. Go…
Generating SSH keys and trusting your machine to remote host
These instructions are based on Linux (Ubuntu) architecture
Setting up a local PHP dev environment with WSL. Goodbye Vagrant!
WSL For many years, developers who like Windows OS have lived on dual boots and virtual machines. Microsoft’s introduction of Windows Subsystem for Linux (WSL) was one of the best moves the company made in an effort to make Windows…
Random number game – React Native
Sharpen your addition skills using this random number game. It will generate a random number and you select numbers that add up to that number.
Building a weather app using React Native
Building a weather app using React Native. React Native is a language developed by Facebook for building native mobile apps using only JavaScript.