Posts

Top 5 Serials for Programmers

Image
  1. Mr. Robot 2. Silicon Valley 3. Person Of Interest 4. Halt And Catch Fire 5. Scorpion

Road Map to become Full Stack Developer

PHASE 1 - HTML PHASE 2 - CSS PHASE 3 - JAVASCRIPT / FRONT-END PHASE 4 - GIT / LINUX CLI PHASE 5 - REACT PHASE 6 - NODE PHASE 7 - EXPRESS PHASE 8 - MONGO (OR MYSQL) PHASE 9 - BACKEND PHASE 10 - YOU ARE FULL STACK DEVELOPER. 

top 5 Linux Distros for Hacking

Image
 Linux Distros for Hacking PARROT OS KALI LINUX BLACK ARCH BACK BOX PENTOO LINUX

Top open source Intelligence tools used in Cybersecurity

 Top open source Intelligence tools used in Cybersecurity OSINT Framework CheckUserNames HavelbeenPwned BeenVerified Censys  BuiltWith Google Dorks Maltego Recon-Ng theHarvester Shodan Jigsaw SpiderFoot Creepy Nmap WebShag OpenVAS Fierce Unicornscan Foca ZoomEye Spyse IVRE Metagoofill Exiftool

Why may Python lose its Charm overtime

Speed Limitations   Speed has always been the key focus of a programmer and will always be an essential criterion to work on. Python is an interpreted languages and therefore is slower in execution than other languages like C/C++ , java , or newer languages like Juila. For Python, the execution takes place with the help of an interpreter instead of a compiler , and that causes it to slow down. Memory Consumption App development and computing programs are memory-intensive tasks , and due to high memory consumption by Python , it isn't considered a right choice for memory-intensive jobs. Python's high memory consumption is also due to the flexibility of data types. Difficult To Blend In Python is a very addictive language , and Python lovers get so accustomed with its features and extensive libraries that become difficult for them to learn or work on  other programming language. According to Python experts, , declaring of cast "values" or variable "types" , a

Skills required to become Full Stack Web Developer

 Skills : HTML / CSS JavaScript Analytical Skills CSS and JS frameworks Version Control / GIT Testing / Debugging Browser development tool Building automation tools Design Sense Web Server Management Project Management

Python History

Image
  Python History Python laid it's foundation in the late 1980s The implementation of Python was started in December 1989 by Guido Van Rossum at CWI in Netherland. In February 1991, Guido Van Rossum published the code to alt.source. In 1994, Python 1.0 was released with new featured like lambda , map , filter and reduce. Python 2.0 added new feature such as list comprehensions , garbage collection system. On December 3 , 2008, Python 3.0 [also called "Py3K"] was released. It was designed to rectify fundamental flaw of the language. ABC programming languages is said to be the predecessor of Python language , which was capable.