|
You are here |
lipanski.com | ||
| | | | |
ankane.org
|
|
| | | | | 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
|
|
| | | | | MSc Computer science student | |
| | | | |
jessitron.com
|
|
| | | | | 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
|
|
| | | 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. | ||