@Congmaxx Profile picture

Cong Hoang

@Congmaxx

Joined April 2011
Similar User
Yaroslav Ya photo

@Yaroslav_Ya

Binh Nguyen photo

@blcsntb

morgan photo

@morgan2015_wang

Philip M Clifton photo

@pmclifton

Minh Nguyen photo

@minhnguyen8732

Maciej Mikołajek photo

@MaciejMikolajek

TTC Bus Map photo

@TTCBusMap

Piotr Nowak photo

@peter_io

CssssssH photo

@CsHeng1204

Cong Hoang Reposted

AI Coding Crash Course: (Everything you need to know to get started) You can build anything with AI code, If you know how to talk to AI models. You need to learn: - Development Documentation - What AI tools to use - AI prompting That's it. Don't overcomplicate it. Let's…

cj_zZZz's tweet image. AI Coding Crash Course:
(Everything you need to know to get started)

You can build anything with AI code, If you know how to talk to AI models.

You need to learn:
- Development Documentation
- What AI tools to use
- AI prompting

That's it. Don't overcomplicate it.

Let's…

Cong Hoang Reposted

I build software with AI code. I use tools like: - Claude AI - Cursor AI - Bolt .new - ChatGPT And the most important part of AI coding is: Documentation It provides detailed context to AI about your project. I use GPT-4o1 preview model to write all my documentation. ✅️…

cj_zZZz's tweet image. I build software with AI code.

I use tools like:
- Claude AI
- Cursor AI
- Bolt .new
- ChatGPT

And the most important part of AI coding is: Documentation

It provides detailed context to AI about your project.

I use GPT-4o1 preview model to write all my documentation.

✅️…

Cong Hoang Reposted

Here is everything that happened in AI Agents this week 🧵  (save for later)

AtomSilverman's tweet image. Here is everything that happened in AI Agents this week 🧵 

(save for later)

Cong Hoang Reposted

As I explained the term unicasting in regards to #RxJs recently, now let's dive into 𝗺𝘂𝗹𝘁𝗶𝗰𝗮𝘀𝘁𝗶𝗻𝗴. Multicasting means that the producer function (the declaration which is responsible for creating the values a observable will emit) is 𝗲𝘅𝗲𝗰𝘂𝘁𝗲𝗱 𝗼𝗻𝗹𝘆 𝗳𝗼𝗿…

michaelbe812's tweet image. As I explained the term unicasting in regards to #RxJs recently, now let's dive into 𝗺𝘂𝗹𝘁𝗶𝗰𝗮𝘀𝘁𝗶𝗻𝗴.

Multicasting means that the producer function (the declaration which is responsible for creating the values a observable will emit) is 𝗲𝘅𝗲𝗰𝘂𝘁𝗲𝗱 𝗼𝗻𝗹𝘆 𝗳𝗼𝗿…
michaelbe812's tweet image. As I explained the term unicasting in regards to #RxJs recently, now let's dive into 𝗺𝘂𝗹𝘁𝗶𝗰𝗮𝘀𝘁𝗶𝗻𝗴.

Multicasting means that the producer function (the declaration which is responsible for creating the values a observable will emit) is 𝗲𝘅𝗲𝗰𝘂𝘁𝗲𝗱 𝗼𝗻𝗹𝘆 𝗳𝗼𝗿…

Cong Hoang Reposted

Code Your First SaaS with AI: Start your workflow with Research. Use ChatGPT o1 model: It is best for: - Diving deep into research - Preparing Documentation - Crafting App layout Then go to v0. v0 is new figma: Design your frontend - screens - buttons - effects Continue 🧵

cj_zZZz's tweet image. Code Your First SaaS with AI:

Start your workflow with Research.

Use ChatGPT o1 model: It is best for:
- Diving deep into research
- Preparing Documentation
- Crafting App layout

Then go to v0.

v0 is new figma: Design your frontend
- screens
- buttons
- effects

Continue 🧵

Cong Hoang Reposted

Free AI coding Masterclass: (for beginners) I spent 217 hours on Cursor, v0 and Claude in last 48 days. I knew nothing about Nextjs App router structure. But now I am coding 1 web app in 4-7 days. (frontend, backend, sign in, landing page) Here's all my findings: 1.…

cj_zZZz's tweet image. Free AI coding Masterclass: (for beginners)

I spent 217 hours on Cursor, v0 and Claude in last 48 days. 

I knew nothing about Nextjs App router structure.

But now I am coding 1 web app in 4-7 days. (frontend, backend, sign in, landing page)

Here's all my findings:

1.…

Cong Hoang Reposted

30 Blogs to Learn 30 System Design Concepts: 1) Scalability: blog.algomaster.io/p/scalability 2) Availability: blog.algomaster.io/p/system-desig… 3) CAP Theorem: blog.algomaster.io/p/cap-theorem-… 4) ACID Transactions: blog.algomaster.io/p/ecae03ba-193… 5) DNS: cloudflare.com/learning/dns/w… 6) CDN: blog.algomaster.io/p/27c62e07-f25… 7)…


Cong Hoang Reposted

I wanted to give you a heads-up on an exciting new tutorial I’ve got in the works. This video is all about building a full-stack SaaS application that pulls in YouTube comments, processes them with CrewAI enterprise, and generates actionable content ideas. If you’re interested in…


Cong Hoang Reposted

I am so proud of our new breakthrough: GitHub Spark. The Dumbledore of software development. 🪄 With Spark, we are closer than ever before to realizing 1 billion developers on GitHub. Oh, and Spark is multi-model too. githubnext.com/projects/githu…


Cong Hoang Reposted

If Angular gets a new authoring format, I’d like to have a couple of things to become possible: 1. Better content projection 🙏 If you have worked with Angular to build a design system, you probably have struggled to compose things easily, looking at you <ng-content />,…

This is just a mockup of one the @Angular components Jeremy showed during his @JetBrains presentation on Angular in the long term 👀

brandontroberts's tweet image. This is just a mockup of one the @Angular components Jeremy showed during his @JetBrains presentation on Angular in the long term 

👀


Cong Hoang Reposted

Are you using #Angular directives to their fullest? We know that we can access the reference to a child component in the template. But did you know you can also do that with directives? Using the `exportAs` metadata property, we can pick up the password strength and use it:

Armandotrue's tweet image. Are you using #Angular directives to their fullest?

We know that we can access the reference to a child component in the template. But did you know you can also do that with directives?

Using the `exportAs` metadata property, we can pick up the password strength and use it:

Cong Hoang Reposted

🗣️ Introducing the Realtime API—build speech-to-speech experiences into your applications. Like ChatGPT’s Advanced Voice, but for your own app. Rolling out in beta for developers on paid tiers. openai.com/index/introduc…


Cong Hoang Reposted

Big O Notation 101: The Secret to Writing Efficient Algorithms

alexxubyte's tweet image. Big O Notation 101: The Secret to Writing Efficient Algorithms

Cong Hoang Reposted

JavaScript Object Methods

BilliCodes's tweet image. JavaScript Object Methods

Cong Hoang Reposted

Remember, for every paid SaaS, there is a free open-source self-hosted alternative: Notion -> Appflowy Zoom -> Jitsi Jira -> Plane Airtable -> NocoDB Vercel -> Coolify Heroku -> Dokku Firebase -> Pocketbase/Appwrite/Convex/Supabase Shopify -> Prestashop GitHub -> GitLab Slack ->…


Cong Hoang Reposted

If you know a bit of TS already, and you're wondering where to dive into my book... This chapter is for you. The Weird Parts. I guarantee you'll learn something new. totaltypescript.com/books/total-ty…


Cong Hoang Reposted

👋Hey there folks! 🚀 I am very happy to announce a new release of the #Angular Enterprise Architecture e-book 📦 v2.1 out now! ✅skip to the good parts and leverage 8+ years of experience and lessons learned (re-written completely from scratch in 2024) ✅ more than 170 pages…

tomastrajan's tweet image. 👋Hey there folks!

🚀 I am very happy to announce a new release of the #Angular Enterprise Architecture e-book
📦 v2.1 out now!

✅skip to the good parts and leverage 8+ years of experience and lessons learned (re-written completely from scratch in 2024)

✅ more than 170 pages…
tomastrajan's tweet image. 👋Hey there folks!

🚀 I am very happy to announce a new release of the #Angular Enterprise Architecture e-book
📦 v2.1 out now!

✅skip to the good parts and leverage 8+ years of experience and lessons learned (re-written completely from scratch in 2024)

✅ more than 170 pages…
tomastrajan's tweet image. 👋Hey there folks!

🚀 I am very happy to announce a new release of the #Angular Enterprise Architecture e-book
📦 v2.1 out now!

✅skip to the good parts and leverage 8+ years of experience and lessons learned (re-written completely from scratch in 2024)

✅ more than 170 pages…

Cong Hoang Reposted

📒 After two years of work, The Framework Field Guide is officially out! 🎉 If you want to learn React, Angular, and Vue, this book is FREE and teaches all three at once. Ready to start your journey? Link in next post:

crutchcorn's tweet image. 📒 After two years of work, The Framework Field Guide is officially out! 🎉

If you want to learn React, Angular, and Vue, this book is FREE and teaches all three at once.

Ready to start your journey? Link in next post:

Cong Hoang Reposted

Want 100% local coding assistant? With @SourcegraphCody + @ollama + @code you can have an auto-completing coding assistant like Gitpilot Copilot, and it works without an internet connection! Not only that, it's BLAZING fast and FREE. Here's how: 👇

MatthewBerman's tweet image. Want 100% local coding assistant? 

With @SourcegraphCody + @ollama + @code you can have an auto-completing coding assistant like Gitpilot Copilot, and it works without an internet connection! 

Not only that, it's BLAZING fast and FREE.

Here's how:

👇

Loading...

Something went wrong.


Something went wrong.