
K Srinivas Rao
@sriniously
Followers
5K
Following
986
Media
22
Statuses
583
I teach backend stuff. yt - https://t.co/wF1Ayi2jsw writing - https://t.co/glrFdZIft2 subscribe - https://t.co/EMBwcZj7Eu
Bangalore, India
Joined May 2013
RT @AloneXBT: This is by far the most GOATED playlist to learn backend dev. from first principles. If you actually want to build backend s….
0
23
0
This should be up now. I have cut down on most of the explanation and kept everything concise and actionable, now it's more like a guide than an actual book.
I have taken down the site for a while, I got a lot of feedbacks on the format and content, the common point being, the content is way too descriptive for an action oriented domain like technical writing. So in the next few days I’ll revamp the format and content and let you guys.
1
0
26
To be honest, it's mostly straightforward more majority of SaaS use cases until you are building something that does some form of scheduling and it's international. As a starting point you've started storing all your timestamps in UTC. That's great, that's in fact obvious. The.
Imo timezones are the single most deceptively complex problem in software engineering. You start by thinking "just store UTC timestamps" and six months later you're debugging why your Alpine Docker containers crash because tzdata was removed in 3.0, your MySQL Connector/J.
0
0
24
Most license violations never get caught though. Realistically speaking enforcement is spotty and expensive. You're most likely to get caught when your code gets popular or when you have a public dispute with maintainers. License violations usually surface during due diligence.
If anyone’s as confused about software licenses as I was, here is how I see them now. Software licenses control what people can do with your code. MIT license lets people do anything. Say you build a JSON parsing library with MIT license. A startup can take your code, modify it,.
0
0
14