Spread the loveLast updated:25th March, 2023How to create a WordPress plugin Creating a WordPress plugin can be a rewarding experience, as it allows you to extend the functionality of a website and improve the user experience. Whether you’re a beginner or an experienced programmer, you can create a WordPress plugin relatively easily with some basic knowledge of PHP, HTML, and …
Read More »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
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
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
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
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
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
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 »