Front-End

Build a Secure Python Password Generator Using Secret Lib

Build a Secure Python Password Generator Using Secret Lib

After building the Password Generator, I got some amazing reviews, and two stood out for me: Guillaume Ste-Marie advocated using time seed to increase the randomness, and Christian Ledermann advocated that secrets should replace random as random is not really random (Pun Intended). The secrets module generates cryptographically strong random numbers suitable for managing data such as passwords, account authentication, …

Build a Secure Python Password Generator Using Secret Lib Read More »

AI Vs Sam Altman - The War of Kings

AI Vs Sam Altman – The War of Kings

The father of AI, Geoffrey Hinton, recently made a post against the recent move to make OpenAI a for-profit company, a sharp turn from the company’s initial roadmap. According to BusinessInsider publication on a recent video of Geoffrey saying, “I’m particularly proud of the fact that one of my students fired Sam Altman”. Why were the kings battling …

AI Vs Sam Altman – The War of Kings Read More »

How To Manage Failure as A Developer?

Programmers and developers constantly encounter failure, affecting their mental health and focus. Having serious deadlines or bugs that are impossible to break can put developers under intense stress. While some have mechanisms for absolving such tension, others might not have that kind of resolve. According to a 2021 survey by Blind, an anonymous social network for …

How To Manage Failure as A Developer? Read More »

Build a Python Password Generator: A Beginner's Guide

Build a Python Password Generator: A Beginner’s Guide

Having your password generator hosted and serving only you is an amazing tool and a project to start; in this guide, we will explore how to build a simple password generator and host it using Pythonanywhere. Table of Contents Introduction to Password Security Setting Up Your Python Environment Building the Password Generator Importing Necessary Modules …

Build a Python Password Generator: A Beginner’s Guide Read More »