Explore >> Select a destination


You are here

github.com
| | www.darkoperator.com
9.4 parsecs away

Travel
| | [AI summary] This guide provides step-by-step instructions for installing the Metasploit Framework on various versions of OS X, including dependencies, configuration, and setup for both regular use and development.
| | tomlinford.com
7.5 parsecs away

Travel
| | In my previous post I argued that the existing tools available to us as developers largely either optimize for developer velocity or scale, particularly when build backend applications. I postulate that if we had a framework that derived as much as possible from a schema definition plus associated metadata, that framework could optimize for both. To enable this, we first need to have a better way to write schemas. Introducing sroto, a library and associated command tool to generate .proto files (and thus protobuf schema definitions) from jsonnet, a data templating language. This basic problem with the way we approach schemas is: A schema definition is just data. Writing data is annoying and we want to write code. So we use the application code to write the d...
| | amanhimself.dev
7.5 parsecs away

Travel
| | [AI summary] This article explains how to use import statements in Node.js by setting up a project with Babel to enable ES6 modules, avoiding syntax errors.
| | blog.danskingdom.com
21.4 parsecs away

Travel
| Git is super powerful, but can also be confusing, especially when using the command line interface (CLI). It has so many commands, and I only regularly use a handful of them.