In this article, using JSF 2.3 we'll go over how to generate a JavaScript function in the global JavaScript scope which allows the end user to execute a JSF AJAX request by just a function call in the JavaScript context.
A. Jesse Jiryu Davis has written a program that breaks down your followers of Twitter by gender and wants to share the results (and why it's important) to you.
This article explains some of the dependency management tricks that can be used to create libraries and apps that depend on newer versions of a transitive dependency than those managed by a platform like Spring Boot or the Spring IO Platform.
Yegor Bugayenko shares his thoughts about finding, hiring, motivating, exploiting, and deceiving a good programmer. Be prepared for unexpected amounts of humor.
Learn how using time boxes can keep your agile team operating smoothly and how scope boxes lend itself well to the maintenance portion of your project.
How do you decompose the business logic of an application and really break up the monolith? Read on to see how business logic and microservices fit together.
Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. Let's check out the different design patterns that we might see when working with Express.js.
Learn how to run a chi-square test in Python to analyze the distribution of factorials to satisfy Benford's Law, which is often used in fraud detection.