Skip to content

Commit

Permalink
Notes/tech/coding/projects.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dvogt23 committed Apr 24, 2024
1 parent 5e1aada commit 3fa46ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Notes/tech/coding/projects.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Coding projects
In general there are some basic topics, you have to check before start a bigger project/application. These decisions are fundamental for the smooth development of a applicaltion.

## Timestamp/Date persistance
How to deal with timestamps i.e. getting from user inputs? Do we wanna be timezone compatible with clients/users in different timezones? How to get timezone from user in my backend requests?
- persist timestamp and dates always in UTC in your database
Expand Down

0 comments on commit 3fa46ae

Please sign in to comment.