Home Tags Programmer

Tag: programmer

DevSecOps: Static Application Security Testing Using Snyk and SonarQube

0
Applications are tested rigorously for their functionality by developers, who spend a lot of time in doing so. Static Application Security Testing (SAST) is...

Let’s Get Familiar with Smart Pointers in C++

0
Many readers have probably heard about smart pointers and their benefits. One of the features of C++11, smart pointers are quite useful and have...

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...

Top skills that will get you biggest raise as programmer

3
If you are a new entrant in the community of professional software developers and have started thanking all your training or education for making...

Network Monitoring and Programming Using Python

1
Python scripts and APIs can be tailor made into effective network monitoring and forensics tools. Their versatility makes them ideal in assorted applications including...

Write Your Own conio.h for GNU/Linux

4
Here's a close look at the technique and code for console handling in Standard (i.e., ISO/ANSI) C/C++.   In the latter part of the article...

Introducing NVIDIA’s Compute Unified Device Architecture (CUDA)

0
This article, the first in a series, introduces readers to the NVIDIA CUDA architecture, as good programming requires a decent amount of knowledge about...

CodeSport

0
In this month's column, we will continue our discussion on some of the common loop optimisations performed by the compiler. In last month's column, I...

FOSS is __FUN__: Free Your Mind

0
Golf, par, handicaps -- and sub-classing, abstraction and lines of code. Sounds interesting? Last month, I have had the privilege of listening to two presentations...

CodeSport

0
In this month's column, let us focus our attention on some of the common compiler optimisations, and on how to write code that can...