Visual Studio Code Tips and Tricks Basics Getting Started Command Palette Default keyboard shortcuts Keyboard Reference Sheets Quick Open Navigate between recently opened file...
Imports Types Consts Procs Iterators Macros Source Edit A simple XML tree generator. Example: import std / xmltree var g = newElement ( "myTag" ) g . add n...
Bit Manipulation Get Bit Set Bit Clear Bit Update Bit isEven isPositive Multiply By Two Divide By Two Switch Sign Multiply Two Signed Numbers Multiply Two Unsigned Number...
Reentrancy The Vulnerability Preventative Techniques Real-World Example: The DAO Reentrancy One of the features of Ethereum smart contracts is their ability to call and util...
Design Decisions in Flask The Explicit Application Object The Routing System One Template Engine Micro with Dependencies Thread Locals What Flask is, What Flask is Not De...
Load testing with Gatling Vaadin tips to make tests more stable and easier to create Disabling XSRF presentation key Disabling syncId happens with similar parameter Using debug i...
Contributing Suggestions What to add What not to add git Pull request Make a patch for the mailing list git commit style Who decides what goes in? Contributing Contribu...