Category index

Cyber Security

3862 articles

3862 ARTICLES

Ruby on Rails Docker for local development environment
CYBERSECURITY

Ruby on Rails Docker for local development environment

If you’ve been looking for an effective way to establish a Ruby on Rails Docker setup for your local development environment, then this post is for you. It’s a continuation of our previous article on how to install Ruby in a macOS for local development.

1 MIN READ arrow_forward
Scaling your security team without hiring
CYBERSECURITY

Scaling your security team without hiring

The increasing popularity of cloud technology has created a growing need for effective cloud security. Instead of simply expanding the size of security teams, organizations can improve their cloud security posture using policy as code.

1 MIN READ arrow_forward
How to write your first unit test in JavaScript
CYBERSECURITY

How to write your first unit test in JavaScript

Testing code is the first step to making it secure. One of the best ways to do this is to use unit tests, ensuring that each of the smaller functions within an app behave as they should — especially when the app receives edge-case or invalid inputs, or inputs that are potentially harmful.

1 MIN READ arrow_forward