163 followers 420 articles/week
Should I adopt something like next.js or stick with api

For a while now I’ve been building apps split up into backend, web front end, and native apps. I use react and react native as their own repo and project. I build out an api with some variety, express.js with sequelize for a few, I have a laravel one with eloquent, and a c# .net for 2 using entity framework. These are multi tenant saas apps but when...

Mon May 20, 2024 16:10
How to know MySQL credentials while working on Codespace (by CS50)

SQLALCHEMY_DATABASE_URI = mysql+pymysql://user:password@host/database_name Need to replace with actual user, password, database_name. Unable to figure out. The database created through app.py: # Configure database connection details (replace with your credentials) try: config = ConfigParser() config.read("config.ini") DATABASE_URI = config.get("DATABASE",...

Mon May 20, 2024 16:10
Changing UI only: Breaking change?

Hi! I am wondering, if a versioned component has a significant change in appearance, but everything else is exactly the same. Would this be a breaking change? https://preview.redd.it/nqjjopmfrk1d1.png?width=1056&format=png&auto=webp&s=2655b1b7bcc818b183241768bb5205210d6809bd submitted by /u/fasaso25 [link] [comments]

Mon May 20, 2024 16:10
Why do the arrow functions won't return "this" object in a jquery event handler?

Consider the following simple jquery event handler code I've been using since ages: $("body").on("click", ".dome .btn", function() { console.log(".dome .btn onclick::"); console.log($(this)); }); The this object here returns the button element in question which is the proper way. But today, I decided to use arrow function just to upgrade myself with...

Mon May 20, 2024 16:10
A11y - Best practices for heading order in reusable components?

I'm creating some reusable components for web. The components will be consumed by non tech-savvy users. One of these components is a Card, super simple - just clickable cards with a title, description, and link. The issue is with the tag for the Title. We can't have a fixed tag for this because users can put any headings before it, so if we fix a tag,...

Mon May 20, 2024 16:10
Help Estimate the Cost and Team Needed to Develop My App

Hey guy, I'm planning to hire developers to build an app with the following basic functionalities, and I'd love some advice on my best options and a rough cost estimate. App Functionalities will be: Home Screen: 5 buttons leading to different subcategory pages ID Verification System Profile Picture Creation User Messaging System Refined Search System:...

Mon May 20, 2024 16:10

Build your own newsfeed

Ready to give it a go?
Start a 14-day trial, no credit card required.

Create account