Secure Coding

Featured image for Valgrind.
Article

Debug memory errors with Valgrind and GDB

Alexandra Petlanova Hajkova

Discover little-known Valgrind and GDB commands that can help you resolve memory leaks, buffer overflows, and similar bugs in your C and C++ code.

Featured image for SystemTap topics.
Article

Opening black boxes with statement tracing

Frank Eigler

Do you need a quick way to solve bugs in foreign library code? Learn how to use SystemTap for statement tracing and differential analysis in any library.

Page Thumbnail
Page

DevNation Deep Dives

1-hour LIVE events that take a deep dive into the fundamentals of developer technology. Each course comes with live code and commands, and live chat Q&A with verbal responses from the presenters. 

Page Thumbnail
Page

Red Hat Developer Homepage

Join Red Hat Developer for teh software and tutorials to develop cloud applications using Kubernetes, microservices, serverless and Linux.

Responsive Web Design image
Article

Creating A Better Responsive Design in Web Development

Harshit Prasad

A better responsive design nowadays becoming a challenge. To become a good competitor in the market, one should make their website UI design such that: It should be eye-catching for the users on the first-time visit to the website. Rather than having complex UI features, it should be easy to use with simple UI features. Developers should be more oriented towards the material design. Material design is currently the most popular front-end design trending. To make the website a better...