Explore >> Select a destination


You are here

mozzy.dev
| | gregorsuttie.com
6.4 parsecs away

Travel
| | I always wondered how easy it would be to do a RavenDB CRUD (Create, Read, Update, Delete) example, so lets create a simple MVC application which we can use to create, read, update and delete. The following is some very basic code and yes you guessed it not for production but more of a quick...
| | nathan.torkington.com
9.4 parsecs away

Travel
| | [AI summary] The text is a collection of links and notes from Nat Torkington's 2022 Technical Link Pile, covering a wide range of topics in software development, architecture, APIs, security, databases, and more. It includes resources like OPAQUE, OPAQUE-2, OPAQUE-3, OPAQUE-4, OPAQUE-5, OPAQUE-6, OPAQUE-7, OPAQUE-8, OPAQUE-9, OPAQUE-10, OPAQUE-11, OPAQUE-12, OPAQUE-13, OPAQUE-14, OPAQUE-15, OPAQUE-16, OPAQUE-17, OPAQUE-18, OPAQUE-19, OPAQUE-20, OPAQUE-21, OPAQUE-22, OPAQUE-23, OPAQUE-24, OPAQUE-25, OPAQUE-26, OPAQUE-27, OPAQUE-28, OPAQUE-29, OPAQUE-30, OPAQUE-31, OPAQUE-32, OPAQUE-33, OPAQUE-34, OPAQUE-35, OPAQUE-36, OPAQUE-37, OPAQUE-38, OPAQUE-39, OPAQUE-40, OPAQUE-41, OPAQUE-42, OPAQUE-43, OPAQUE-44, OPAQUE-45, OPAQUE-46, OPAQUE-47, OPAQUE-48, OPAQUE-49, ...
| | wrapt.dev
10.0 parsecs away

Travel
| | Let's make our integration tests more reliable by dynamically spinning up a database in Docker that mimics production and makes your project easy to test on any dev box.
| | blog.martinig.ch
31.7 parsecs away

Travel
| Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to