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 β€’ πŸ•‘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
00Blog views

92

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

80

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

415

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

482

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

521

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

22Blog views

484

share this blog

Share Post

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


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

Tech Tales Team

Published on β€’ πŸ•‘3 min


Best Practices on Variable Naming in Javascript

In the realm of JavaScript, crafting clean, readable, and maintainable code is paramount. One fundamental aspect that significantly contributes to code quality is effective variable naming. This blog delves into 12 best practices for variable naming in JavaScript, ensuring your code is not only functional but also comprehensible and maintainable.

1. Embrace let and const: The Modern App

20Blog views

653

share this blog

Share Post

logoBest Practices on Variable Naming in Javascript


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

Tech Tales Team

Published on β€’ πŸ•‘6 min


How to Write Clean Code – Ten Tips and Best Practices

Clean code is a joy to work with. It is easy to understand, maintain, and extend. In this blog post, we'll explore some tips and best practices for writing clean code, using JavaScript as our example language.

Clean code is a term used to describe computer code that is easy to read, understand, and maintain. Clean code is written in a way that makes it s

11Blog views

504

share this blog

Share Post

logoHow to Write Clean Code – Ten Tips and Best Practices


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

Tech Wizard

Published on β€’ πŸ•‘7 min


8 Tools You Need to Build Your First SaaS and Scale Faster

Building a successful SaaS product requires more than just a great idea. You need the right tools to streamline development, manage infrastructure, and optimize your user experience. Luckily enough, you do not need to reinvent the wheel since there are great SaaS products that you can integrate into your project and therefore build and ship faster. This post will guide you through eight essenti

12Blog views

648

share this blog

Share Post

logo8 Tools You Need to Build Your First SaaS and Scale Faster


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

Tech Wizard

Published on β€’ πŸ•‘4 min


A Guide to Understanding Web Workers

If you are a web developer who spends a lot of time working, you might think of yourself as a web worker. However, we are sorry this username is taken. The World Wide Web hides many mysteries, and understanding fully how browsers work is challenging. This blog unravels the mystery of web workers, the hidden unpaid interns in websites.

We will explore what web workers are and how they hel

43Blog views

805

share this blog

Share Post

logoA Guide to Understanding Web Workers


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