anhtran
|
9 months ago
|
on: Plain Vanilla Web
No one cares how many pedals you have on your guitar pedalboard. But if you hit one wrong note, everyone in the audience will hear it and talk about it. Playing pedals is primarily for you and your team, not your audience.
anhtran
|
2 years ago
|
on: Minimal downtime major PostgreSQL version upgrades with pg_easy_replicate
I would prefer if it were written in Rust or Python. But this tool is very useful BTW.
anhtran
|
3 years ago
|
on: PostgreSQL 14 Internals
Very good content for this summer.
anhtran
|
7 years ago
|
on: Progress Bars in Python
anhtran
|
8 years ago
|
on: Why favor PostgreSQL over MariaDB/MySQL?
I like the array field as well
anhtran
|
8 years ago
|
on: Rust for the Web
Rust is cool. But I don't think it's good for web backend at this time. I will try it when working with WebAssembly.
anhtran
|
8 years ago
|
on: Cassandra vs. DynamoDB vs. Cosmos DB: The Total Cost of (Non) Ownership
You should add flag [PDF] into the title. I don't want to download something suddenly.
anhtran
|
8 years ago
|
on: Ask HN: Starting a project today, which web framework would you use?
I may use many languages and frameworks in one project if needed. I will start with Django because I'm good in that skill set.
anhtran
|
9 years ago
|
on: GitLab 8.15 Released
Gitlab has too many downtimes for upgrading. When I got a failed push I was saying: Oh gitlab has a new version... :meh:
anhtran
|
9 years ago
|
on: Ask HN: Most Sites Don't Use a CMS Like Wordpress – What Non-CMS Do You Use?
I use Python (Django, Flask) for CRUD, APIs, general purposes (80% of my works); Golang for realtime, websocket; Scala (Play) if I need JVM environment.
anhtran
|
9 years ago
|
on: Guanxi
This word in Vietnamese is `Quan hệ`. It's very close to China social. `Quan hệ` is important but you do not need to make a friend or a real relationship. For me it's just a little affected or cursory inside my mind.
anhtran
|
9 years ago
|
on: How a comment on Hacker News led to 4½ new Unicode characters
I read this because the title reminds me about the latest release of Steven Wilson.
anhtran
|
10 years ago
|
on: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API
My choices:
- Jetbrains' IDE for heavy projects.
- Sublime Text for single file editing.
- VSCode (new coming for me): very good UI/UX, fast and free. Good choice for agile projects.
Sorry, have no place for Atom.
anhtran
|
10 years ago
|
on: Biking The Ho Chi Minh Highway
It seems that you ate a lot of egg bánh mỳ on the trip :)
anhtran
|
10 years ago
|
on: Biking The Ho Chi Minh Highway
As a Vietnamese, I don't want to say the land is awesome or something like that. If you want to go, just go. We do not have good infrastructure but safe enough for tourists.
anhtran
|
10 years ago
|
on: Go vs. Rust: Productivity vs. Performance (2014)
I think Rust is a fledgling this time. But I love the clearly orientation that they focus on. It is a safety system language, especially, the ownership/borrowing.
anhtran
|
10 years ago
|
on: Metascala – A JVM written in Scala
anhtran
|
10 years ago
|
on: Show HN: JavaScript Graphing Library Comparison
Highcharts is beautiful but it's quite expensive for a startup in my country (VN). While the budget for a nascent webapp is around $1000. I choose Flot as the replacement. It's flexible and nice enough with responsive layout, compound charts, clearly script.
anhtran
|
10 years ago
|
on: Django 1.8 and Python 3: Complex app tutorial, end-to-end
The issues in sample project are regular challenges. I also think it's not a complex project without real-time parts, searching, async and concurrency tasks. Especially in Python 3.
anhtran
|
10 years ago
|
on: Django Community Survey
In the first look at the frameworks between Rails and Django in 2008, I chose Django because it has a green logo.