If You are a one-person software developer who does not need to interact with other developers in a single project, […]
Category: Coding Stuffs
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 […]
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 Telegram Bot using PHP : Long Polling
Before reading this post, make sure you have understood the basic concept of Telegram BOT API. I have created a […]
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 […]
Top 5 PHP Editor (IDE) for Web Developers
If you want to simplify the process of coding, you need to use editor with features like auto-completion, automatic error […]
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 […]