Skip to main content

Posts

Online Games to learn Coding

CodinGame Link- https://www.codingame.com/start CodeCombat Link- https://codecombat.com/ CodeMonkey Link- https://www.codemonkey.com/ Code.Game Link- https://code.game/ Screeps Link- https://screeps.com/ CheckIo Link- https://checkio.org/
Recent posts

Secrets Of Programming

Some special secrets about the programming that every programmer hide: Interest This Is Where everything begins,The Interest will help you in difficult situations Passion Passion is the thing that will help you to build awesome apps and and experience new things!. Patience You need more time to make it happen!, Patience will help you to achieve your goals! Perseverance When everyone stops, it's time for you to continue! perseverance will help you with this Flexibility Change in our Field is constant!  Flexibility will help you to adopt to new technologies! Creativity You should be unique! Creativity will help you to make difference                       Success is not a Destination It's a journey !!Share this blog with your Friends!!

Top Web Servers In 2019

The Most popularly used web servers in 2019: Nginx Link- https://www.nginx.com/ Apache Link- https://httpd.apache.org/ IIS Link- https://www.iis.net/ Lighttpd Link- https://www.lighttpd.net/ Apache Tomcat Link- https://tomcat.apache.org/ LiteSpeed Link- https://www.litespeedtech.com/ !!Comment Your Favourite Server And Share With Your Friends!!

How to install wordpress in linux

WordPress is a powerful, free and open-source, highly pluggable and customizable CMS that is being used by millions around the world to run blogs and fully functional websites. It is easy to install and learn, especially for persons who do not have prior website design and development knowledge. Step 1: Install Apache Web Server    To install apache server follow the instructions below     $ sudo apt-get install apache2 apache2-utils       Now we need to check whether it is installed or not     Go to the browser and type localhost if it is shown like this then no problem your apache is installed successfully   NOTE: The default Apache root directory is /var/www/html all your files are stored in the directory. STEP 2: Install MYSQL Database Server:    Now we need to install the MYSQL Database Server by running this command    $ sudo apt-get install mysql-client mysql-server During the package installation, you will be prompted to set the  root  user passwo

Abbreviation used in IT Security

Most Commonly abbreviations used in the Industry XSS - Cross-site scripting DOS - Denial of Services DDOS - Distributed Denial of Services IPSec - Internet Protocol Security SSE - Server Side Encryption TLS - Transport Layer Security CSP - Content Security Protocol CBSP - Cloud-based Security provider AES - Advanced Encryption System MFA - Multi-Factor Authentication WAF - Web application Firewall STS - Security Token Service RAT - Remote Administration System SPF - Sender Policy Framework CVSS  - Common Vulnerability Scoring System SAST - Static Application Security testing DAST -  Dynamic Application Security Testing WAP - Web Application Protection SCignature Algorithm DES - Data Encryption Standard

How to reduce your stress

These Things will reduce your stress Gradually: Remove sense of entitlement.' Exercise Daily Drink More Water Forgive First Give without expecting a get. Be a better friend. Quality time with Family Do not respond to negativity. Random acts of kindness. Get More sleep. Be Grateful Images from pexels.com by pedro figueras

how to install flutter in linux mint:

What is Flutter?        Flutter is Google’s portable UI toolkit for building beautiful, natively-compiled applications for mobile, web, and desktop from a single codebase.   And Flutter have Many characteristics and you can see here .  How to Install it in your Linux Machine? You can download the Flutter package here . Extract the file in a separate folder.  cd ~/development  tar xf ~/Downloads/flutter_linux_v1.5.4-hotfix.2-stable.tar.xz Add the flutter tool to your path:  export PATH="$PATH:`pwd`/flutter/bin" And enter the code   flutter precache to check the flutter installed. And Run Flutter Doctor By the command   flutter doctor to see any folder is missing for that. (From Flutter.dev) Android Setup: Download and install the android studio . Start Android Studio, and go through the ‘Android Studio Setup Wizard’. This installs the latest Android SDK, Android SDK Platform-Tools, and Android SDK Build-Tools, which are required by Flutter when