Home Tags Code

Tag: code

Open Source Flaws Increase Security Debt, Here Is How

0
Today, 70 to 90 percent of applications employ open source code, making more businesses susceptible to attacks as threat actors take advantage of the...

What’s New in Java 11?

0
Every six months, the Oracle Corporation rolls out a new version of Java. The September 2018 release was Java 11. There’s quite a buzz...

Are Code Reviews a Thing of the Past?

0
The backbone of a successful app or software is its impeccable code. This has to be kept pristine, else the app will fail. For...

Getting Started with Rust, the Friendly Systems Programming Language

0
From Mozilla Research comes this safe, concurrent, practical systems programming language called Rust. It has been ranked the ‘Most loved programming language’ in the...

IBM’s Call for Developers to Combat Natural Disasters

0
Technology till now was in a support role for disaster management teams but with the advancement of cloud, data, AI and blockchain, it can...

Cross-Origin Resource Sharing (CORS): A Primer

0
For security reasons, browsers restrict cross-origin HTTP requests. If the coder is not aware of this or forgets about it, it can be pretty...

Use the Right Tools to Debug Java Applications

0
Debugging code is an essential part of the program development cycle, and debugging Java applications has its own special problems. In this article, the...

Using Jenkins to Create a Pipeline for Android Applications

1
This article is a tutorial on how to create a pipeline to perform code analysis using lint and create a APK file for Android...

A Peek at Popular and Preferred Open Source Web Development Tools

0
Web development tools allow developers to test the user interface of a website or a Web application, apart from debugging and testing their code....

Unit Testing Ansible Code with Molecule and Docker Containers

0
Molecule is an open source framework that is easy to use for validating and auditing code. It can be easily introduced into the CI-CD...