I just found out about this awesome online database design tool and SQL generator works with PostgreSQL , MYSQL and some other DB engines https://t.co/OoKHUEuWPf
There are always tough choices to make after building the MVP. Do you proceed with new features or focus on stability? In the end, it's all about finding the right balance! 😊
"The big tech is hyper-focused on doing the things that make their stock prices go up in the short-term."
Great article on the struggle for quality in big tech. It's frustrating to see features prioritized over usability and stability. #TechIndustry#ProductQuality#BigTech
@morrowdigital@OliEdis I had so much fun working on this little project. We decided to experiment with #svelte framework and it turned out great. #OpenAI API is also easy to work with, you don't need any extra libraries.
We're so excited to share our Quiz Bot with you and would love to know your thoughts! 🥳
🧠 Ready to create custom quizzes with ease? Meet Quiz Bot, Morrow's latest innovation!
In this video, @OliEdis walks you through Quiz Bot, a cutting-edge web application that lets you generate quizzes on any topic with the help of AI. Whether you're a teacher looking to engage students, a business wanting to train employees or just someone who loves quizzes, Quiz Bot is here to transform how you interact with knowledge.
Try Quiz Bot here and let us know what you think:
https://t.co/J7LD1DYWXB
#AI #quiz #appdevelopment #aibot #aidevelopment
Just stumbled on https://t.co/pnpMTyofMi It's a curated list of software and services with free developer tiers, making it a go-to resource for developers and DevOps enthusiasts. Kudos to the 1100+ contributors shaping this invaluable resource! #DevOps#OpenSource"
@jamesqquick@shadcn The problem with shadcn is that when you DO change something you are not 100% sure if that didn't break something, especially with more complex components. So in the end, you need to write a test for that component, which defeats the purpose of using the UI in the first place.
@biomejs is great, I managed to remove a bunch of eslint plugins which were a nightmare to maintain in combination with prettier. #javascript Although VS Code extension is annoying with prompts to install it on every project
🚀 I have Just released a new version of my open-source package Pumpit.
It's a dependency injection container in less than 2kb. In this release I've removed the circular dependency injection functionality size is 1.8kb now.
https://t.co/zzJnPrnKHK
#JavaScript#WebDevelopment
Most of the problems I'm facing building apps on the frontend are related to:
- managing state
- modeling state
- and building good components to display and manipulate that state
I rarely (if ever) think about pre-rendering, streaming, partial rendering, SEO, etc.