You are here |
greg.molnar.io | ||
| | | |
chefsecure.com
|
|
| | | | Ever hear of Ruby on Rails? Here's how I hacked it for a $500 bounty! The JavaScript escaping used by Rails developers is missing protections for a common feature that's been around for over 5 years! | |
| | | |
everttimberg.io
|
|
| | | | Flask is a simple Python framework for creating web applications. It can be used to create API servers in a microservices architecture. When doing so, it is helpful to provide API documentation that ships with your service. This post outlines a technique for shipping OpenAPI v3 documentation from your service while co-locating the documentation with the API implementation. Keeping the documentation with the route definition ensures that it is easy to update, updates can be clearly identified during code ... | |
| | | |
ilya-sher.org
|
|
| | | | ( During code review, looking at TypeScript code. ) Colleague: ... type casting ... Me: hold a sec, I don't remember about anything called type casting in TypeScript Colleague: you know, "as" Me: yep, there is "as", I just don't think it was called type casting when I last re-read the official documentation a couple | |
| | | |
arne-mertz.de
|
|
| | Contents Inmy last post I have written about the main and secondary usesof unit tests and how they compare to other kinds of automated tests. This time I will explore [...] |