If You are a one-person software developer who does not need to interact with other developers in a single project, […]
Category: Web Development
Making Your own Site without any Hosting Providers using Ngrok
Have you ever wondered what if our localhost can be turned into a public address and can be accessed by […]
Top 5 Web Hosting in Indonesia
In order to have your own website or blog, you need to pick a server hosting provider. There are a […]
Creating Telegram Bot using PHP : Webhook and Localhost using Ngrok
In this post I will tell you about how to create a fully functional Telegram bot using PHP, webhook, and […]
Creating a Windows Scheduler to Run Programs Automatically
With the help of the Task Scheduler, you can create all kinds of automated tasks or programs to be run by […]
Controlling Your Windows Server Using Remote Desktop Connection
Remote Desktop Connection is a Windows feature that allows us to access a desktop computer remotely from another device. Remote […]
Top 5 Best MySQL Client GUI Interface
MySQL client GUI interface is easy software for Windows or Mac which provides user interface for communicating with MySQL database. […]
HTML Tables: Here’s How To Make Your First Table
Short Explanation About HTML Table A table is defined using the <table> element, and contains a number of table cells ( <td>, for “table […]
Write in HTML: Basic HTML Concepts
HTML: Language of the Web Browser “HTML” stands for “HyperText Markup Language.” Basically, it’s a language for marking up your text, so it can do […]
2nd Web Development Tutorial : Basic Concept of PHP, HTML, MySQL, Javascript, CSS
As I mentioned in the previous post, basically, there are three main things to understand in web development. Server-side scripting […]