Let’s find out what can we achieve; using what we already have, without adding other layers, servers or applications: PostgreSQL. It will help us keep the architecture simple, please be patient 🙂
Read moreTag: PostgreSQL
Managing date fields properly with correct time zones in PostgreSQL
In apps for users all around the world (even in apps for local users where DST applies) correct time zones should be set, after database connection is established, based on the user’s time zone setting (rather than hard-coded setting in app). Then, data read/write ops should be automatically handled by the database.
Read morePostgresql and Node.js 100% Javascript Adventure – Part 2
This is the second part of PostgreSQL, Node.js and JavaScript post.
Read morePostgreSQL and Node.js – 100% JavaScript Adventure
This is a log of every step I will take to create a 100%-JavaScript application back to front.
Read more