Secure coding

Featured image for: Can we consider --editable a bad practice?
Article

Extracting information from Python source code

Fridolin Pokorny

A simple tool called invectio, from Project Thoth, uses static source code analysis to display the symbols used or exported by Python source code.

Featured image for Valgrind.
Article

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

Topic

Secure coding

Tutorials and training on how to build secure applications using the latest in

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