I like to write code, and I like to make things that people use. I've been working as a software engineer for about 10 years now, mostly in the financial industry. In my spare time, I enjoy writing o ...
Continue ReadingOctober 21, 2021
Here's why. I have used Gmail since 2004, when it was still in beta and you had to get an invite code just to sign up. I remember the first time I signed into my account: it felt like getting access ...
Continue ReadingOctober 21, 2021
e., before the new version) was not very good, and it's still not great. In order to make a clean break from the old system, I had to throw out all of your existing save files. Sorry about that! But ...
Continue ReadingOctober 21, 2021
The number of APIs and the amount of data they generate are increasing exponentially. This growth is accelerating the digital transformation across all industries, creating new business opportunities ...
Continue ReadingOctober 21, 2021
I'm working on a game in C++/Qt5 with QML as my UI language. The game is multiplayer-only (no singleplayer), so I need a server component that can handle multiple players at once. My first idea was to ...
Continue ReadingOctober 21, 2021
Use access tokens with short expiry times and refresh tokens for long-lived sessions. API #3: Excessive Data Exposure Exposing too much data can be a problem because it could lead to information lea ...
Continue ReadingOctober 20, 2021
If you want to be a great programmer, learn how to teach programming https://t.co/3Tk4MD7ER1 ...
Continue ReadingOctober 20, 2021
0 or OpenID Connect for your API calls. If you cant use these standards, use JWT (JSON Web Tokens) with a secret key that is not exposed in your codebase or client-side libraries. Generate and inva ...
Continue ReadingOctober 20, 2021
Back to Main