Search by Category
Close

Filter by Category

Artificial Intelligence
React
Ruby on Rails
Next.js
Python
Javascript
HTML & Frontend
CSS
CSS Tricks
Caching
Database & Designs
Authentication & Security
Web Hosting
Technology
user profile avatar

Tech Wizard

Published on β€’ πŸ•‘4 min


Running a Chron Job in Prisma & PostgreSQL

Cron jobs are scheduled tasks that run at predefined times or intervals. In this tutorial, we’ll explore how to set up Cron jobs in a NextJS application to delete inactive user accounts using Prisma as our ORM (Object-Relational Mapping) tool with PostgreSQL as the database.

Understanding Cron

Cron is an abbreviation of β€˜ Chronicle’,

11Blog views

65

share this blog

Share Post

logoRunning a Chron Job in Prisma & PostgreSQL


Facebook
X
Whatsapp
Telegram
Reddit
Linkedin
Instapaper
Pinterest
Email
QR Code
More..
user profile avatar

the don

Published on β€’ πŸ•‘5 min


Why our Fear of AI Could be Misguided

Since our childhood, we have been subjected to various media materials that frame AI and machines as antagonists who would enslave the human race. This dystopian future, often portrayed in films like The Terminator and The Matrix, has helped accelerate our fear of AI, a term referred to as Technophobia. This fear of AI has forced us to overly concentr

00Blog views

12

share this blog

Share Post

logoWhy our Fear of AI Could be Misguided


Facebook
X
Whatsapp
Telegram
Reddit
Linkedin
Instapaper
Pinterest
Email
QR Code
More..
user profile avatar

Tech Wizard

Published on β€’ πŸ•‘2 min


What's Up with Vibe Coding?

The world of coding is constantly evolving, with new tools and methodologies emerging at a rapid pace. Staying ahead of the curve requires vigilance and a willingness to adapt. Let's dive into some of the most significant current trends, focusing on tools like Lobe, Bolt, V0, and the exciting new Model Context Protocol, and discussing the precautions programmers should take when adopting

10Blog views

570

share this blog

Share Post

logoWhat's Up with Vibe Coding?


Facebook
X
Whatsapp
Telegram
Reddit
Linkedin
Instapaper
Pinterest
Email
QR Code
More..
user profile avatar

the don

Published on β€’ πŸ•‘3 min


How to Uninstall System Apps in Android Without Rooting

One of the most annoying things about Android phones is that they come with a boatload of pre-installed apps that may not be useful to the end user. We can’t freeze or uninstall system apps on Android without root, there is no way to completely uninstall them. Uninstalling these apps by rooting the device can also be challenging to individuals with no knowledge about how this works, or la

12Blog views

806

share this blog

Share Post

logoHow to Uninstall System Apps in Android Without Rooting


Facebook
X
Whatsapp
Telegram
Reddit
Linkedin
Instapaper
Pinterest
Email
QR Code
More..
user profile avatar

Tech Wizard

Published on β€’ πŸ•‘3 min


How to Execute Something else after the Return Statement in Javascript

I recently had a problem where I needed to send an email to a customer after they placed an order. The process was to await the database creation of the order and if successful send an email confirmation message. While I could have separated this into two functions, I needed to use-server and I am using typescript, which also makes passing the order data to the send Email function problematic
11Blog views

873

share this blog

Share Post

logoHow to Execute Something else after the Return Statement in Javascript


Facebook
X
Whatsapp
Telegram
Reddit
Linkedin
Instapaper
Pinterest
Email
QR Code
More..
user profile avatar

Tech Wizard

Published on β€’ πŸ•‘6 min


Authentication in NextJS Part 2: Implementing SSO Login and Registration

This tutorial will build upon the previous authentication setup to integrate Single Sign-On (SSO) login and registration using Google Oauth. This will allow users to easily sign in using their existing social media accounts, simplifying the signup process and enhancing user experience.

Setting up Google OAuth

First, you must create a project in the

00Blog views

812

share this blog

Share Post

logoAuthentication in NextJS Part 2: Implementing SSO Login and Registration


Facebook
X
Whatsapp
Telegram
Reddit
Linkedin
Instapaper
Pinterest
Email
QR Code
More..
user profile avatar

Tech Wizard

Published on β€’ πŸ•‘4 min


20 JavaScript Tricks Every Developer Must Know πŸš€

JavaScript is a powerful, flexible language, and knowing a few cool tricks can make your code cleaner, faster, and more efficient. JavaScript is the number one programming language in the world, the language of the web, of mobile hybrid apps (likeΒ React Native), of the server s

12Blog views

1.0K

share this blog

Share Post

logo20 JavaScript Tricks Every Developer Must Know πŸš€


Facebook
X
Whatsapp
Telegram
Reddit
Linkedin
Instapaper
Pinterest
Email
QR Code
More..
user profile avatar

Tech Wizard

Published on β€’ πŸ•‘2 min


Free Resources For Web Developers

The web is full of fantastic, free tools that can supercharge your development journey. Whether you need learning platforms, hosting, or design assets, here's a comprehensive guide to help you build, design, and deploy better projects.


πŸ“‘Β 

10Blog views

1.0K

share this blog

Share Post

logoFree Resources For Web Developers


Facebook
X
Whatsapp
Telegram
Reddit
Linkedin
Instapaper
Pinterest
Email
QR Code
More..
user profile avatar

the don

Published on β€’ πŸ•‘4 min


πŸ“The Ultimate Git Cheat SheetπŸš€

Git is an essential tool for developers, enabling smooth version control, collaboration, and code management across projects. This cheat sheet breaks down the basics of Git, from setup to advanced commands, so you can navigate Git’s functionality with ease.

1. Setting Up

12Blog views

1.0K

share this blog

Share Post

logoπŸ“The Ultimate Git Cheat SheetπŸš€


Facebook
X
Whatsapp
Telegram
Reddit
Linkedin
Instapaper
Pinterest
Email
QR Code
More..
user profile avatar

Tech Tales Team

Published on β€’ πŸ•‘3 min


Markdown Tutorial: From Basics to Advanced πŸš€πŸš€

Markdown is a lightweight markup language that formats text with simple syntax. It's widely used for blog posts, documentation, and code comments. In this comprehensive guide, we'll cover all the essential Markdown elements, empowering you to easily write beautifully formatted content.

Headings

Headings are used to structure your content and create a hierarchy. Use the pound sig

23Blog views

1.0K

share this blog

Share Post

logoMarkdown Tutorial: From Basics to Advanced πŸš€πŸš€


Facebook
X
Whatsapp
Telegram
Reddit
Linkedin
Instapaper
Pinterest
Email
QR Code
More..