Aadesh Gavhaneaadeshhh.hashnode.dev·8 hours agoHow Instagram Reels Never End!Have you ever found yourself endlessly scrolling through Instagram Reels, wondering how the feed seems infinite? How does Instagram manage to keep the reels coming, with no apparent end? Let me explain the technology behind this addictive feature. Wh...instagram
No Bullshit Codernobullshit.hashnode.dev·Sep 8, 2024No Bullshit Guide to Youtube shorts automation in NodeJS, OpenAI, Ollama, ElevanLabs & ffmpegWe all have seen tutorials on YouTube that promise YouTube faceless shorts automation using some tools that use drag-drop or “No/low code” and all seems too easy, but as a developer you know “No/Low code” is not really “no/low code” it’s just hiding ...automation
Bhanuka Mallawaarachchiimbmax.com·Jan 28, 2024How to access postgresql DB running inside a docker via terminalFirst make sure you have postgresql-client installed: sudo apt-get install postgresql-client Next, you need to find the IP address of the Docker container running PostgreSQL. You can do this by running the following command: docker inspect -f '{{ran...PostgreSQL
Lalithya Wickramasekarelalithyaw.hashnode.dev·Aug 22, 2023Git Merge and Rebase: The Dance of Branches and the Rebirth of CommitsMerge and rebase are two different approaches to get changes from one branch to another. Let's assume we are trying to get the latest changes from the main to a feature branch we are currently developing. Merge Takes the latest changes from the main...38 readsGit
Dawitblog.minch.dev·Aug 1, 2023Deno vs. NodeDeno improves upon Node.js in some significant ways. Modules Modules are loaded directly from URLs and cached locally. import confetti from "https://esm.sh/canvas-confetti@1.6.0"; This allows the decentralization of packages by removing reliance on ...Node.js
Mariano Gonzálezblog.mariano.cloud·Mar 12, 2023AWS estimated charges - get notified in a few steps!Whenever we deploy resources on AWS, we need to keep in mind that costs are something to monitor closely. AWS offers a Free Tier, with the most used services for you to start exploring. And some of them are always free (within a given quota)! If yo...Shortsshorts
SkylerforTimefulhealthyteen.hashnode.dev·Feb 16, 2023A Short Guide to Artificial IntelligenceAI has the potential to increase productivity, reduce costs, and enable businesses and individuals to work more efficiently. By selecting the correct AI tools, you can leverage their data and automate or simplify complex tasks. AI-based task manageme...120 readsShortsArtificial Intelligence
SkylerforTimefulhealthyteen.hashnode.dev·Feb 2, 2023Utilizing Advanced Features on Your iPhoneWith optimal settings and configuration, you can make your iPhone work for you in ways that you never thought possible. By setting up iCloud, Apple Pay, Family Sharing, and customizing your notification settings, you can maximize the potential of you...108 readsShortsApple
SkylerforTimefulhealthyteen.hashnode.dev·Jan 19, 2023How to Achieve Your GoalsRead Full Version Most have heard of SMART goals. If you do not already know, SMART stands for Specific, Measurable, Achievable, Relevant, and Time-bound. And, while they are smart, they can be improved. One way to do this is by adding an E and an R...82 readsShortsgoals
Ashish Jaiswarashishjaiswar.hashnode.dev·Aug 20, 2022Automate: Short quote videos using pythonIntroduction Python is the most popular programming language out there. If you like automation like me then python is the best choice for you. It offers various automation tools and packages. In this blog, we will see how you can use python to edit y...60 readsautomation