Devil’s Advocate·4 days agoChatGPT — OTP Code GeneratorI asked ChatGPT to come up with a simple Python-based OTP (One Time Password) Code and instantly got this. from fastapi import FastAPI, HTTPException import secrets app = FastAPI() @app.post("/generate_otp") def generate_otp(): otp = secrets.token_hex(3) return {"otp": otp} @app.post("/validate_otp/{otp}") def validate_otp(otp: str, stored_otp: str = None): if…Otp1 min readOtp1 min read
Blue Wave Words, otherwise knowns as "ilze"·5 days agoPostal Delivery in the PastEach of the map cards I’ve made have a story behind them. So when I came up with this new one recently, I thought it apt to write about it too. …Post3 min readPost3 min read
Ann Christine TabakainAre You Out There·Jan 22Member-onlySubject MatterIsn’t anything sacred anymore? — I find it interesting [for lack of a better word] what some people think is appropriate to write about. Some of the subject matter I have seen on Medium, I would not even share in a private conversation with my closest friend. Not that it is shocking (although some of…Post2 min readPost2 min read
Palak·Jan 20PauseThey often say books don’t teach you how to live life. Life does. However, I believe it’s the perspective that matters. Have you ever deeply thought about the punctuation mark called a ‘full stop’? No, why would we? Now picture this : What if you started putting figurative full stops…Stop2 min readStop2 min read
Amitbiswas·Jan 208 Creative Uses for Pinterest That You Didnt Know About Pinterest may be considered a social media…8 Creative Uses for Pinterest That You Didnt Know About Pinterest may be considered a social media platform, but it has so much amazing potential beyond personal posts and pins. As with any platform, discovering creative uses can become a way to gain a whole new set of skills and make…Post3 min readPost3 min read
Elite Market Whisperer·Jan 18Risking it all for Viral Success: How to Determine Your Risk Tolerance for Your Medium PostsYo, are you ready to take the risk and make your Medium post go VIRAL? 😎 ’Cause let’s be real, who doesn’t want their post to blow up and get a bajillion views? 🤩 But before you hit that publish button, you gotta determine your risk tolerance. 🤔 Are you…Post2 min readPost2 min read
Goldobin Anton·Jan 13The most popular Figma plugins 20231. Unsplash Unsplash is no stranger. You can use it to add beautiful, high-resolution photographs to your designs. The Unsplash plugin helps you accomplish the same thing without switching between your applications. Additionally, you have the option to add random images from a category, which can save you time exploring. …Top3 min readTop3 min read
Gerasimos Alexiou·Jan 13Member-onlyMicro blogging platforms that you need to know as a developerInternet is the source of truth when you work in IT field. Developers and technology engineers google multiple times a day searching for the appropriate information in order to figure out solutions for their problems. There is ton of valuable information available online. This is due to the fact that…Posts3 min readPosts3 min read