Technology

Android Emulator – Using android cmd line tools only

Today we are going to learn how to setup anroid emulator using android cmd line tools only, without install/confugring whole android studio. What is Android Emulator? An Android emulator allows developers to simulate Android devices on their computers, providing a virtual testing environment without needing physical hardware. Using command-line tools, developers can create and manage

Android Emulator – Using android cmd line tools only Read More »

PHPUnit – The PHP Testing Framework

Today we are going to learn about PHPUnit, It’s testing framework for PHP programming language. What is PHPUnit? PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks. Types of Testing – Unit Testing – Functional Testing – Integration Testing – Acceptance Testing PHPUnit website:

PHPUnit – The PHP Testing Framework Read More »

Ngrok – tunnel local ports to public URLs and inspect traffic

Today we are going to learn about NGROK, It tunnel local ports to public URLs and inspect traffic. What is ngrok? Ngrok exposes local servers behind NATs and firewalls to the public internet over secure tunnels. Share local websites, build/test webhook consumers and self-host personal services. Features Run personal cloud services from your home Demo

Ngrok – tunnel local ports to public URLs and inspect traffic Read More »