Learn how to:
▪️ Self-host durable apps with DBOS Transact
▪️ Monitor your DBOS apps using Datadog
👇🏼 RSVP lu.ma/t5o4wz6s
🗓️ Thu, April 3 | 2PM EST
After a little research, I put together this easy to understand blog:
khangaonkar.blogspot.com/2025/03/mult...
After a little research, I put together this easy to understand blog:
khangaonkar.blogspot.com/2025/03/mult...
You can now do full stack applications with DBOS.
You can now do full stack applications with DBOS.
And she does not complain about my variable names.
And she does not complain about my variable names.
Take a deep breath, embrace calmness, and remember that your inner peace is your superpower. 💙✨
Happy Sunday !!!
Take a deep breath, embrace calmness, and remember that your inner peace is your superpower. 💙✨
Happy Sunday !!!
Pashmina. I am pet sitting a friends cat.
Not a pet owner. So learning from her.
Pashmina. I am pet sitting a friends cat.
Not a pet owner. So learning from her.
But two questionable video clips making the rounds:
IMHO
(1) Copilot in my experience is terrible. They had no choice but to give it away free.
(2) AI will make SAAS better. Not replace it.
But two questionable video clips making the rounds:
IMHO
(1) Copilot in my experience is terrible. They had no choice but to give it away free.
(2) AI will make SAAS better. Not replace it.
If you understand the code, you can fix any bug easily.
But this quality is hard to measure. You can know only by talking to them or reading their docs.
If you understand the code, you can fix any bug easily.
But this quality is hard to measure. You can know only by talking to them or reading their docs.
Two roads diverged in the wood and I,
I took the road less travelled by,
And that made all the difference.
-- Robert Frost (The road not taken)
Two roads diverged in the wood and I,
I took the road less travelled by,
And that made all the difference.
-- Robert Frost (The road not taken)
No reason to continue doing it for backends.
It makes debugging much harder.
It increases complexity.
No reason to continue doing it for backends.
It makes debugging much harder.
It increases complexity.
Async/await in Python & TypeScript? More power but steeper learning curve—managing promises, callbacks, and event loops.
Simplicity vs. Control: Your pick ?
Async/await in Python & TypeScript? More power but steeper learning curve—managing promises, callbacks, and event loops.
Simplicity vs. Control: Your pick ?
Race condition occurs when two programs or threads try to access or modify the same state at the same time and depending on the timing of which thread executes first, you get different results.
Very hard to debug.
Race condition occurs when two programs or threads try to access or modify the same state at the same time and depending on the timing of which thread executes first, you get different results.
Very hard to debug.
I get pinning the version.
But If you update package.json and forget to delete the lock file before npm install, it still installs the old versions.
I don’nt recall having such issues with maven / gradle in Java.
I get pinning the version.
But If you update package.json and forget to delete the lock file before npm install, it still installs the old versions.
I don’nt recall having such issues with maven / gradle in Java.
(1) ChatGpt
(2) Claude
(3) Gemini / Bard
(4) Copilot
(5) Other (please specify)
My answer : ChatGpt
(1) ChatGpt
(2) Claude
(3) Gemini / Bard
(4) Copilot
(5) Other (please specify)
My answer : ChatGpt
Well, It is finally here. At least the early stage.
Separating compute and storage was the first step.
Well, It is finally here. At least the early stage.
Separating compute and storage was the first step.
Java prioritizes throughput. Can mean high pause times. High throughtput is good for data processing apps.
Golang prioritizes for low and consistent pause time. Good for low latency apps.
Java prioritizes throughput. Can mean high pause times. High throughtput is good for data processing apps.
Golang prioritizes for low and consistent pause time. Good for low latency apps.