Linux basic commands for beginners

Linux basic commands for beginners

Spread the loveLast updated:17th February, 2023Linux basic commands for beginners Linux operation system is widely used to host web applications and web developers need to know how to use Linux  command line.  This article explores basic Linux commands for web developers. Linux is a powerful and flexible open-source operating system that is used by many organizations and individuals worldwide. In …

Read More »

Best free WordPress security plugins to keep your site secure

Best free WordPress security plugins

Spread the loveLast updated:24th February, 2023Best free WordPress security plugins WordPress, the most widely used content management system on the web, powers over 40% of all websites and thus is a prime target for hackers and cyber criminals. To keep your WordPress site secure, there are many paid security plugins available, but also several free options that can be just …

Read More »

How to become an AI and ML developer

How to become an AI and ML developer

Spread the loveLast updated:17th February, 2023 How to become an AI and ML developer Becoming an Artificial Intelligence (AI) and Machine Learning (ML) developer is a challenging but rewarding career path. Here is a tutorial on how to become an AI and ML developer. In a previous article we learnt about Top technology trends in 2023 and beyond. We will …

Read More »

Top technology trends in 2023 and beyond

Top technology trends in 2023

Spread the loveLast updated:9th February, 2023 Top technology trends in 2023 The technology industry is constantly evolving and 2023 is no exception. Here are some technology advancements that are forecasted to have a significant impact on the field in the near future. This article is going to explore the top technology trends in 2023 and beyond.   Artificial Intelligence (AI) …

Read More »

How to send email using Python with SMTPLIB and Gmail

send email using python with smtplib and gmail

Spread the loveLast updated:28th January, 2023How to send email using Python with SMTPLIB and Gmail Modern web applications often send emails like contact us query, a report or an OTP to a user. In a previous article, we explored NodeJS send email tutorial with MySQL and nodemailer but in this article you will learn how to send email with python …

Read More »

Introduction to arrow functions in javascript

How to use arrow functions in javascript

Spread the loveLast updated:24th December, 2022Arrow functions in JavaScript Arrow function were introduced in ES6 version of JavaScript. These functions allows us to create functions in a better and concise way as compared to regular JavaScript functions. The syntax of arrow functions in JavaScript is as follows: // function expression let arrowFunction = (arg1, arg2, ... argn) => { statement(s) …

Read More »

How to download royalty free images and photos

popular website for stock free photos and visoes

Spread the loveLast updated:21st August, 2022 How to download royalty free images Now a days often we need to add images to our projects and websites, but if you try to use any image available on internet, there can be a copy right issue. So in this tutorial, we will learn how to download royalty free images and photos for personal …

Read More »

How to make a python password generator

How to make a password generator in python

Spread the loveLast updated:9th August, 2022How to make a python password generator Python is a popular programming language, used to create dynamic applications. In a previous tutorial, we created a parse XML using python application. In this tutorial we are going to make a python password generator application. Following steps are performed in this tutorial. Create a project folder Create …

Read More »