100K+ tiktok views with automated-faceless videos I created an automated and faceless tiktok account that has generated 100K+ total views in the last 60 days
Weekly Post #2 1) The Indie Maker Handbook [link] 2) Going through the motions [link] 3) عن قراءة الأوراق البحثية للمبرمجين [link] 4) Clerk - Drop-in authentication for React and React Native [link] 5) Sapling - A Scalable, User-Friendly Source Control System [link] i've been using @SaplingSCM for 2 weeks now
Weekly Post #1 1. How a mechanical watch works [youtube] 2. https://radiooooo.com/ for music discovery, suggested by @ppmmohammed 3. @startingfromnix's twitter thread on self-esteem from Nathaniel Branden's book "The Six Pillars of Self-Esteem" [twitter] 4. Partiful: a new way to organize events [link] 5. How
My experience making LoveTokenNFT Motivation I started exploring the web3 space by taking the "mint your own NFT collection" course from buildspace.so. I knew nothing about NFTs and there is still a lot to learn. However, I liked the idea of putting immutable constraints on a smart contract. This gave me
Vaccine Card iOS Shortcut I was on a trip to Hawaii recently where restaurants require you to show a proof of covid-19 vaccination before being seated. I have a picture of my vaccine card on my phone. But it was taking me embarrassingly long to open the Photos app, find the album that has
Generating all combinations of well-formed parentheses. Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses.
Multiply two non-negative integer strings [with a twist] Given two non-negative integers n1 and n2 represented as strings, return the product of n1 and n2, also represented as a string. Twist: You can’t use any built-in language integer libraries nor convert the inputs to integers directly.
longestPrefix interview question solution This is my attempt at solving the longestPrefix interview question from cassidoo's weekly newsletter.