Secure Your Codebase with SAST and SCA in GitLab Ultimate

|
| By Webner

In today’s DevSecOps approach, security checks should start early in development so that vulnerabilities are caught before the software goes into production. GitLab Ultimate helps you achieve this by embedding Static Application Security Testing (SAST) and Software Composition Analysis (SCA)

Maven | Using Properties defined in pom.xml in .properties file

| By Webner

We are working on a web application built in spring MVC. We have some resources inside src/main/resources folder (Maven Project). The resources are Property files with data in the form of key-value pairs. We are using maven property placeholder syntax

Heroku | How to create/deploy your Php/CakePHP app (Ubuntu)

| By Webner

1.  Sign up: First, go to Heroku.com and click “sign up” to get your free Heroku account. 2.  Install the Heroku Toolbelt: The Heroku Toolbelt contains the Heroku client, a command-line tool for creating and managing Heroku apps. Install Heroku