I need to learn TypeScript now. Python is my first serious programming language. How easy is it? I only started coding less than a year ago, actually, as a hobby.
Learn Vanilla Javascript es6+ forget typescript. Besides typescript is a superset of JS so learning basic JS is learning typescript minus the bullshit typescript ads to your codebase.
I would learn JS then once you are comfortable, move to TS. The syntax is quite a bit different than Python but once you are comfortable with the fundamentals of JS, TS is a great next step. Learning both today, it’s probably one of the best times ever given all the tools available that can help you learn the language whether it’s ChatGPT, Claude, GitHub Copilot anytime you get ‘stuck’ - there’s also a ton of really great TS content out there, a couple creators that have great content on the fundamentals are Wes Bos and Brad Traversy.
Dive into the Bee Agent Framework: ibm.biz/bee-agent-framework-developers-digest
amazing! please keep doing tutorials
Thank you - More coming soon! 🙏
This is really awesome! I love the details. It would be nice if you have tried the built-in SQLTool to query your pg db.
Thank you - great idea! 💡
What a great video! Unfortunately, the `agent/db.ts` file is missing from the repo. :(
Also the .env.example (easy fix) and the package.json needs to be completed.
can you supply the seed data? It would make it easier to follow along especially like me I am trying to learn this.
Apologies for the late reply - published !
I need to learn TypeScript now. Python is my first serious programming language. How easy is it? I only started coding less than a year ago, actually, as a hobby.
Typescript is amazing and easy to learn, you should give it a go
Learn Vanilla Javascript es6+ forget typescript. Besides typescript is a superset of JS so learning basic JS is learning typescript minus the bullshit typescript ads to your codebase.
@@gtrguy17 sure but it ensures integrity in the data being passed so it can't go wrong
I would learn JS then once you are comfortable, move to TS. The syntax is quite a bit different than Python but once you are comfortable with the fundamentals of JS, TS is a great next step. Learning both today, it’s probably one of the best times ever given all the tools available that can help you learn the language whether it’s ChatGPT, Claude, GitHub Copilot anytime you get ‘stuck’ - there’s also a ton of really great TS content out there, a couple creators that have great content on the fundamentals are Wes Bos and Brad Traversy.