Software Exorcism: A Handbook for Debugging and Optimizing Legacy Code by Bill Blunden (2003)

Acquiring this book is a must! “Software Exorcism: A Handbook for Debugging and Optimizing Legacy Code” fearlessly examines behavioral issues within the software engineering industry, providing crucial insights into the social dynamics that hinder programmers in their tasks. [Read More]

Hormones and the Endocrine System: Textbook of Endocrinology by Bernhard Kleine (2016)

This book focuses on hormones, and on how they are produced in very diverse regions of the body in humans and animals. But hormones can be found not only in vertebrates, but also in insects, shellfish, spiders, mollusks, even at the origin of metazoan diversification and exhibit the same pathways of synthesis. [Read More]

A Functional Approach to Java by Ben Weidig (2022)

Java developers usually tackle the complexity of software development through object-oriented programming (OOP). But not every problem is a good match for OOP. The functional programming (FP) paradigm offers you another approach to solving problems, and Java provides easy-to-grasp FP tools such as lambdas and streams. [Read More]

Practical Next.js for E-Commerce: Create E-Commerce Sites With the Next.js Framework by Alex Libby (2023)

Leverage the power of Next.js to quickly produce efficient e-commerce sites. This project-oriented book will simplify the process of setting up a starter e-commerce site using Next.js from start to finish, creating a usable e-commerce offer with little more than a text editor or free software. [Read More]

Developing Web Components With Svelte: Building a Library of Reusable UI Components by Alex Libby (2023)

Leverage the power of Svelte to quickly produce the foundations of a framework-agnostic component library that can extend and develop over time. This is a project-oriented book that simplifies setting up the skeleton of the library and adding components, using little more than a text editor or free software. [Read More]

The Java® Virtual Machine Specification, Java SE 8 Edition by Alex Buckley (2014)

Written by the inventors of the technology, The Java® Virtual Machine Specification, Java SE 8 Edition is the definitive technical reference for the Java Virtual Machine. The book provides complete, accurate, and detailed coverage of the Java Virtual Machine. [Read More]

Hacking: How to Make Your Own Keylogger in C++ Programming Language by Alan T. Norman (2017)

Hacking: How to Make Your Own Keylogger in C++ Programming Language This book will teach you basics of C++ Programming and you will not need programming experience to read it. You will learn how to make your own Keylogger - a computer program that records every keystroke made by a computer user, especially in order to gain fraudulent access to passwords and other confidential information. [Read More]