Common Secure Coding Techniques
CBT Nuggets CBT Nuggets
320K subscribers
6,179 views
0

 Published On Jul 21, 2022

It’s no secret that web apps live in the cloud. These apps have complicated infrastructures hidden behind virtual private networks in the cloud, orchestrated by load balancers, spread amongst CDNs, and powered by multiple virtual machines. How on earth do you ensure all of that is secure?

One of the best ways to orchestrate deployment is through automation apps. Two of those applications commonly used by DevOps teams are Chef and Puppet. Both applications can build and deploy applications to a production environment using common configurations. This ensures that each push to production is configured without any mistakes.

Another tool is to use common libraries in your application's codebase. These libraries can be internally developed or can be sourced from outside repositories. Using Express.js in a Node.JS application is an excellent example of this. There’s no point in re-inventing the wheel when battle-tested, verified solutions are already available. The same is true for internal business functions that have been built over the years.

Version control software, like Git, is a great way for development teams to work together while minimizing mistakes. Tools like Git can also integrate those internal libraries among the development team.

Bookmark all three resources mentioned in this video, and learn more secure coding techniques in Bob’s Cloud Security Training for Software Developers.


Watch this entire course: https://training.cbt.gg/m95

Not a CBT Nuggets subscriber? Start your free week: https://www.cbtnuggets.com/signup

-----------------
Connect with CBT Nuggets for the latest in IT training:
• Twitter -   / cbtnuggets  
• Facebook -   / cbtnuggets  
• Instagram -   / cbtnuggets  
• LinkedIn -   / cbt-nuggets  

#securecoding #webapps #versioning #devops #ittraining #cbtnuggets

show more

Share/Embed