Jatinjatin2231.hashnode.dev·Oct 29, 2024Connecting Golang with PostgreSQL and Using It with TableauIn this blog post, we'll explore how to connect a Go application with a PostgreSQL database and visualize the data using Tableau. We'll cover best practices, a recommended folder structure, and provide step-by-step instructions to set up everything y...Discuss·1 like·45 readsGoLangProgramming
Pengblog.peng37.com·Sep 2, 2024Build the simplest react routerreact-router becomes more and more powerful, and complicated, with a lot of fancy features that I don't need. So I switched to wouter, it's light weight, easy to use, I enjoyed it for a long time. Then recently, I thought, why not building my own rou...DiscussBuilding notenote.ccwouter
Abishkar Dhengadhenga.hashnode.dev·Aug 18, 2024🚀 Week 2 Update: My 5-Month Challenge JourneyI know, I'm a bit late with this update, but Every time is good time 😄. So, what's new? 1. 🧘♂️ Meditation App:I built a meditation app! It includes features like sound and music playback, plus some motivational quotes to keep you centered. I l...DiscussLearning Journey
NastassiaforScade.proscadepro.hashnode.dev·Jun 10, 2024Startup Diary #8: Voice Any Text with AI and Join the Community of ScadeWelcome back to another edition of the Scade.pro digest! We help you quickly combine AI models in a few clicks to create AI features and products with ease. This week we will tell you more about our new template for text-to-speech conversion, our com...Discuss·21 likesStartup DiaryAI
Gerbuildingtap.hashnode.dev·May 2, 2024I'm building TAPTAP stands for Text and Play, and it's meant to be a platform to create tests. It's a simple, easy, and fun concept. You could create the "Which Harry Potter character are you?" test type, an exam, or even a text adventure. I think it's something tha...Discussbuildinpublic
rcmiskrcmisk.com·Mar 12, 2024How to Set Up a Django and React SaaS Boilerplate: A Step-by-Step GuideStarting a Software as a Service (SaaS) project can be daunting, especially with the initial setup of the infrastructure. Luckily, with the right boilerplate, much of the groundwork is laid out for you. This guide will walk you through setting up a S...Discuss·760 readsDjango
Kris Slazinskiblog.next-planet.com·Mar 8, 2024Problems with AB testingTwo months ago, I decided to run an AB test for one of my iOS apps, a time tracker named Moons. It's a free-to-download app with basic functionality available free of charge and some pro features behind a paywall. I wanted to check how changing my ap...Discuss·2 likes·157 readsiOS
Ygee EstebanforApp Makersappmakers.hashnode.dev·Mar 7, 2024Building Apps in PublicI finally did it! I released my incomplete side-project app so I can #buildinpublic I realized apps are never going to be complete. There's always going to be new features to add, remove, fix, and optimize. That's why it's a good idea to test them in...Discussy-verse
Mohammed Arifareef.hashnode.dev·Mar 6, 2024Fundamentals of AzureCloud computing🤔 Cloud computing nothing but delivery of computing services over the internet.computing services include servers, storage, databases, networking, software, and more. server nothing but virual machine(it also a computer with local sto...DiscussAzure
Akshay Goreakshaygore.hashnode.dev·Mar 2, 2024Creating a Node.js CLI and PublishWould you like to create a CLI (Command Line Interface) application with your friends? Follow these steps to get started: Create a new directory for your CLI app : mkdir cli-app cd cli-app npm init Install the necessary packages for beautiful t...Discuss·1 like·91 readsbackend