As a backend developer you must take into consideration the properties that comes with the database you are using for your project. When using databases, there are a set of properties or principles you ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
JWT is an open standard (RFC 7519) that defines a way of data using a JSON object. It is used primarily for authentication and authorization. Tokens are mostly created using a secret or private/public key. ...Read more
Hey there, future tech superstar! 👋 If you're just starting out in the world of web development be it frontend, backend or mobile application development, you've probably heard the word authentication thrown around a lot. ...Read more
Topic: “Implementing Authentication with JWT” Description: How to implement authentication and authorization using JSON Web Tokens (JWT). Content: ...Read more
Classes imutáveis são aquelas cujas instâncias não podem ser modificadas durante toda a vida útil do objeto, como por exemplo a classe String. Ter um objeto imutável garante que seu valor não será modificado em nenhum ...Read more
新版本在UAT階段採到這個坑,藉此機會紀錄一下。 Issue 後端API升級至.net 8,相關dependency也一併做升級來相容,因次這次也將EFCore升級到8。 發現在升級的git branch上載入特定模組會回500 error。實際trace後發現是程式寫法會將EFCore query回的結果依照索引來產生dictionary,在產生dictionary時遇到duplicate key的excpetion。 分析 這裡假設table: test中有欄位A並為Primary key。其中有兩筆資料其A的value分別為”Scott”與”SCOTT”。 以資料邏輯來說是絕對不會產生這種exception。EFCore做mapping使用的肯定是DB table內的Primary ...Read more
Ok Jasper what is this post about, wait it isn't NixOS. That's right, today I'm covering my new love language Gleam, “a friendly language for building type-safe systems that scale”. So not long ...Read more
Node.js has become a go-to platform for building high-performance web applications due to its asynchronous, non-blocking architecture and the efficiency of the V8 engine. However, even the best tools need optimization to maintain peak performance. ...Read more
Introduction Coming from Javascript background, I found ruby variable declaration a bit simple. Simple in a bad way. I was introduced to declaring Ruby ...Read more