Skip to content

Blog

Thoughts, tutorials, and insights about web development, technology, and more.

A decorator is a design pattern in Python that allows a user to add new functionality to an existing object without modifying its structure.
Decorator & API Design Patterns
APIPythonDecoratorDesign Patterns
Dec 29, 2022
5 min read
Featured
Open source is a term that originally referred to open source software (OSS). Open source software is code that is designed to be publicly accessible—anyone can see, modify, and distribute the code as they see fit.
The Art Of Open Source Development
OpenSourceLifestylePassion
Aug 28, 2021
3 min read
WSGI is the Web Server Gateway Interface. It is a specification that describes how a web server communicates with web applications, and how web applications can be chained together to process one request.
What the Hell is WSGI Benchmark?
WSGIPythonBenchmark
Jul 11, 2021
3 min read
As Python grows in popularity, the variety of high-quality frameworks available to developers has blossomed. In addition to steadfast options like Django and Flask, there are many new options including FastAPI.
Build and Secure an API in Python with FastAPI
APIPythonFastAPI
May 31, 2021
11 min read
Featured
Athena : is a web application developed in Python-Flask-SQLite for testing your skills as a Hacker , Coder and Warrior
Story of Athena
LabPythonCoding
Apr 25, 2021
3 min read
If you are in a random place and happened to be connected to an open network, it doesnt matter what device you are connected with, your data will be visible to the person who is controlling the access point.
How To Start a Fake Access Point (Fake WIFI)?
NetworkingHackingguide
Mar 15, 2021
7 min read
Often, an exploitation of a vulnerability might lead to a disaster recovery scenario. Therefore, it is imperative to have a system in place that can prevent the vulnerabilities from being exploited in the first place.
Creating a Vulnerability Management Strategy
ManagementSecurityVurnerability
Feb 20, 2021
10 min read
We all know we can use aircrack-ng to run a wordlist attack to crack WPA/WPA2. In this article Im going to show you how to do the same using a tool called HashCat.
Cracking WPA/WPA2 Using the GPU
HackingSecurityguide
Jan 30, 2021
2 min read
Software application for businesses Application software focused on businesses is implementations IT departments use to enhance business productivity, searching for superior performance and devoted to create value and therefore competitive advantage.
Start a Software application for Business
BusinessPythonDjangoDeploy
Dec 21, 2020
6 min read
Hacking has been an alarming threat to the world for a long time. In this era, when all of your precious data is on the internet your priority is always about securing your data from falling into the wrong hands.
How Home Security Cameras Get Hacked?
HackingSecurityguide
Oct 18, 2020
4 min read