Download WordPress Themes, Happy Birthday Wishes
Home » Computer (page 216)

Computer

Free computer eBooks (programming, web development, networking, hacking and security).

Practical Guide to Building an API Back End with Spring Boot

It is important in our fast-paced world to be able to prototype quickly, but also to ensure that you are not doing any wasted work.This is one of the major strengths of Spring Boot. The smallest application can fit in a tweet, yet your application wi

Read More »

The JHipster Mini-Book

JHipster generates a complete and modern web app, unifying: - A high-performance and robust Java stack on the server side with Spring Boot - A sleek, modern, mobile-first front-end with Angular and Bootstrap - A robust microservice architecture with

Read More »

Microservices for Java Developers: Introduction to Frameworks and Containers

Is microservices architecture right for your organization? These services have many benefits, but they also come with their own set of drawbacks. In this hands-on, example-driven guide, Java developers and architects will learn how to navigate popula

Read More »

Object-Oriented vs. Functional Programming – Bridging the Divide between Opposing Paradigms

The schism between the functional and object-oriented programmers is really a false binary. Yes, the first group argues that FP is superior for a multicore world, while the second insists that OOP is better at matching technical solutions to business

Read More »

The Java Web Scraping Handbook

Web scraping or crawling is the art of fetching data from a third party website by downloading and parsing the HTML code to extract the data you want. It can be hard. From bad HTML code to heavy Javascript use and anti-bot techniques, it is often tri

Read More »

Dynamic Proxies in Java

Java is still quite easy to learn, especially if we focus on the most essential tools. Start with the syntax, then object-orientation, flow control, collections and Java 8 streams. Design patterns hold everything together.To become a true Java Specia

Read More »