Best of Security — January 2024
- 1
- 2
- 3
GitHub Blog·2y
GitHub Certifications are generally available
GitHub Certifications are now available to all customers worldwide. The available certifications include GitHub Foundations, GitHub Actions, GitHub Advanced Security, and GitHub Administration. Study guides and verified credentials are provided for each certification.
- 4
- 5
- 6
- 7
- 8
freeCodeCamp·2y
How to Secure Your Web Server with Continuous Integration Using NGINX and CircleCI
Learn how to secure your web server using NGINX and CircleCI by implementing Continuous Integration (CI), configuring SSL/TLS encryption and security headers, creating a GitHub repository and CircleCI project, defining a CI pipeline, and verifying the deployment and security of your web server.
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
freeCodeCamp·2y
How to Use SonarLint to Write Cleaner Code
SonarLint is an open-source code analysis tool that helps you find and resolve security and code quality problems in your source code. It catches mistakes early, helps you follow coding standards, keeps your code secure, enables collaboration, saves time and effort, and helps you learn and improve. This post explains how to use SonarLint, its usefulness in web development, and how to set it up and integrate with your IDE.
- 17
Bits and Pieces·2y
10 Ways To Securing Microservices in 2024
Explore common threats to microservice architectures and discover strategies to secure microservices, including secure by design, zero trust architectures, access control, threat modeling, vulnerability management, incident response, secrets management, container security, service mesh, and circuit breaker patterns for availability.
- 18
- 19
FREEK.DEV·2y
Making sure Laravel's debug mode is always disabled in production
Recent discussions about the 'Androxgh0st' malware targeting Laravel apps and the importance of disabling debug mode in production. Learn how Oh Dear's application monitoring feature can help ensure debug mode is always disabled.