HN user

bagol

92 karma
Posts8
Comments51
View on HN

Good thing about rust is it forces you to write code in disciplined manner. I remember myself fighting those rules. Until it becomes natural to me and I can detect why the compiler rejected my code without reading the compiler error (for a simple one of course, but not syntax error). And that habit of carefully writing good code without slowing down carries over when I'm writing code in other languages.

Location: Indonesia

Remote: Yes

Willing to relocate: no

Technologies: Javascript (backend/frontend), Postgresql, Rust, go, linux administration.

Email: m.awad.syahid@gmail.com

I've built a full stack web application for financial management using Postgresql as the database, rust in the server and react js for the front end.

The only problem I have with SQL is that `SELECT` comes first instead of last. It prevents the development of good tooling.

Location: Indonesia

Remote: Yes

Willing to relocate: No

Technologies: NodeJS, React, HTML, CSS, TypeScript, JavaScript, PostgreSQL, Go, Rust

E-mail: m.awad.syahid@gmail.com

I've been programming only for 8 years almost every single day. I've never do professional programming before, except teaching how to program. Well, I am actually a teacher. I'm looking for experience to do programming professionally.

Linux Ate My RAM 5 years ago

It's neither bug nor human bug. It is a misconception of those who already familiar with windows, and most of new Linux users are come from windows.

Linux folks say that unused memory is not good, of course it is. Windows folks say that free memory is a good thing, and of course it is.

See? It actually is the same thing that being seen from different perspective.

Because you won't use raw SQL on any serious project forever. You'll end up building an ORM yourself or at least a query builder.