Explore >> Select a destination


You are here

lipanski.com
| | ankane.org
6.2 parsecs away

Travel
| | Content Security Policy can be an effective way to prevent XSS attacks. If you aren't familiar, here's a great intro. To get started with Rails,...
| | fabianlindfors.se
1.7 parsecs away

Travel
| | MSc Computer science student
| | jessitron.com
5.2 parsecs away

Travel
| | This post builds on the excellent tutorial from Tania Rascia: Create and Deploy a Node.js, Express, & PostgreSQL REST API. I want to build a little web app that can store some data! ...without installing anything new on my computer. Here's how to configure VSCode Remote Containers to do that. Installed on my machine: DockerVSCodeVSCode...
| | www.mintbit.com
40.7 parsecs away

Travel
| Ruby is known for its flexibility and powerful metaprogramming capabilities. One such method that often comes up in Ruby development, particularly in Ruby on Rails applications, is instance_exec. It allows developers to execute a block of code within the context of an object's instance, making it extremely useful for dynamically executing code within objects without exposing unnecessary details or methods.