3k followers 0 articles/week
Send email in Python with the API method: A step-by-step guide

If you want to send emails in Python, use a reliable and secure email API solution. In this article, you’ll learn the step-by-step process of sending emails in Python using the API method.  Setting up the email API  To streamline email sending in Python, you can use a transactional email service such as Mailtrap, Gmail API, Sendgrid, etc.  And,...

Fri Sep 6, 2024 12:24
How to Create a Chrome Extension With Vanilla JavaScript

 This tutorial will cover how to build a minimalistic homepage Chrome extension, with JavaScript, designed to help users stay productive. A Chrome extension is a program that enhances and customizes the browsing experience for Chrome users. Among the various types of extensions available, homepage extensions are the most popular. These extensions allow...

Tue Jul 9, 2024 18:14
How to Create a Typing Test Game with Vanilla JavaScript

How many words per minute can you type? In this tutorial you’ll learn how to create a typing test game with JavaScript. The app will feature a timer that runs for 1 minute, then displays the result. What We’re Building Take a look at the demo, feel free to fork it on CodePen, and (of course) see how many words you can type in a minute! HTML...

Thu Jun 13, 2024 16:11
How to Retrieve the IDs, Titles, and URLs of the Core WordPress/WooCommerce Pages

As WordPress developers, many times we want to grab different info (ID, title, URL) for standard WordPress/WooCommerce pages like the Blog and My Account pages. Surprisingly, all this useful stuff is stored in the *_options table, and we can access it using the get_option() function. There’s also the wp_load_alloptions() that we can use to print...

Wed Apr 3, 2024 12:19
Learn These Viewport-Relative CSS Units (100vh, 100dvh, 100lvh, 100svh)

In this tutorial, we’ll cover the challenges when working with the classic 100vh unit for making full-screen sections and discuss some great alternative CSS units.Hero or full-screen sections are an integral part of UI design. They exist in different kinds of websites, from landing pages to portfolio websites, and aim to grab visitors’ attention in...

Tue Mar 5, 2024 16:14
How to Integrate Bootstrap 5 Tabs With Chart.js

Today, I’ll cover Chart.js, a very popular JavaScript library, and teach you how to incorporate charts of this library into Bootstrap 5 tabs/pills. The idea is that each time we click on a Bootstrap tab, the target chart will be reconstructed and hence reanimated. Bear in mind that this technique can work for embedding such a chart into a tab component...

Wed Jan 31, 2024 12:28

Build your own newsfeed

Ready to give it a go?
Start a 14-day trial, no credit card required.

Create account