@moshhamedani Hey Mosh, it's really sad what's going on in Iran and I hope things get well as Iranian's favor.
However, I strongly suggest you to research about the countries the US intervened like Iraq, Afghanistan, Libya, Syria... Remember they don't give you freedom. Mark my word!
I'm working on a starter project for a scalable enterprise level backend service for web application using NestJs(NodeJs framework) with PostgreSQL database, and TypeORM for database interaction.
Thread ...🧵
So if you would like to contribute, feel free to contact me regarding the feature and then create pull request
Fork it for your project and please give a start on Github.
Github repository: https://t.co/cXNtmCid64
Thank you!
▶️ Advanced logging [Listed]
▶️ Catching [Listed]
▶️ Social authentication[Listed]
▶️ Task scheduling - cron [Listed]
And more features like Queue will be added as example that can be used for real-world business logic.
It will be open source so you're welcome to contribute.
▪️ A global focus on AI ethics & regulation
We’re entering an era where creativity, data, and ethics must evolve together.
Keep moving with AI stacks..
AI isn’t slowing down, it’s just getting smarter.
By 2026, we’ll see a massive shift from automation to augmentation. AI won’t just execute tasks; it’ll think, reason, and create alongside us.
Here’s what’s coming next:
▪️AI that reasons like humans, not machines
🧵
▪️Fully AI-generated movies, 3D worlds & experiences
▪️Smarter “digital twins” that act as your second brain
▪️ Ultra-personalized marketing tailored to every user
▪️ AI co-creating music, fashion, and content
JavaScript Fundamentals 💡
What is a Promise?
A Promise is an object representing the eventual completion or failure of an asynchronous operation. It can be in one of three states:
Thread 🧵
A simple representation of a Promise in JavaScript.
Pending: Initial state, the asynchronous operation is still in progress.
Fulfilled (Resolved): The operation completed successfully, and the promise now has a resulting value.
Rejected: The operation failed, and the promise has a reason for the failure (an error object).
JavaScript Fundamentals 💡
What is a Promise?
A Promise is an object representing the eventual completion or failure of an asynchronous operation. It can be in one of three states:
Thread 🧵
A simple representation of a Promise in JavaScript.