Data Science & Developer Roadmaps with Chat & Free Learning Resources

The JCE

 Essential Java

The Java Cryptography Extension (JCE) is a framework built into the JVM to allow developers to easily and securely use cryptography in their programs. It does this by providing a simple, portable inte...

Read more at Essential Java | Find similar documents

Personal Notes from JCrete 2019

 Javarevisited

I’m just returned from @JCreteUnconf, which is an amazing unconference about Java-related technologies in the island of (you guessed) Crete.I’ve already described my previous attendance here.Both the ...

Read more at Javarevisited | Find similar documents

JShell

 Essential Java

Versions [{“Name”:“Java SE 9 (Early Access)”,“GroupName”:null}] Introduction JShell is an interactive REPL for Java added in JDK 9. It allows developers to instantly evaluate expressions, test classes...

Read more at Essential Java | Find similar documents

My Go to JQ

 Level Up Coding

JQ is a powerful command line JSON processor. Here are a few JQ recipes that I consistently rely on as a Software Engineer in my daily routine. With these, I’ve significantly improved scripts and…

Read more at Level Up Coding | Find similar documents

Jconsole - the Graphical Monitor of Your Application

 Learn Java

Introducing Jconsole jconsole - start a graphical console to monitor and manage Java applications Synopsis Options -interval Sets the update interval to n seconds (default is 4 seconds). -notile Does...

Read more at Learn Java | Find similar documents

JPackage

 Learn Java

Introducing Jpackage jpackage - package a self-contained Java application Synopsis options Command-line options separated by spaces. See jpackage Options. Description The jpackage tool will take as i...

Read more at Learn Java | Find similar documents

JRuby

 Codecademy

JRuby is an implementation of Ruby written in Java that leverages the Java Virtual Machine (JVM), which provides performance and accessibility benefits for deploying Ruby applications. Design Differen...

Read more at Codecademy | Find similar documents

XJC

 Essential Java

Versions [{“Name”:“Java SE 6”,“GroupName”:null},{“Name”:“Java SE 7”,“GroupName”:null},{“Name”:“Java SE 8”,“GroupName”:null},{“Name”:“Java SE 9 (Early Access)”,“GroupName”:null}] Introduction XJC is a ...

Read more at Essential Java | Find similar documents

Jinja2

 Full Stack Python

Jinja2 is a template engine written in Python for outputting formats such as HTML and XML.

Read more at Full Stack Python | Find similar documents

Applets

 Essential Java

Introduction Applets have been part of Java since its official release and have been used to teach Java and programming for a number of years. Recent years have seen an active push to move away from A...

Read more at Essential Java | Find similar documents

What is a JEP? - JEP Café #1

 Inside Java

Make sure to check the show-notes !

Read more at Inside Java | Find similar documents

Corona JS

 Analytics Vidhya

Why outbreaks like coronavirus spread exponentially, and how to “flatten the curve”. Social Distancing is the way, and we're doing it right.

Read more at Analytics Vidhya | Find similar documents

Zipkin

 Software Architecture with C plus plus

The main competitor for Jaeger is Zipkin. It's an older project, which also means it is more mature. Usually, more senior projects are also better supported, but in this case, the endorsement of CNCF ...

Read more at Software Architecture with C plus plus | Find similar documents

JMX

 Essential Java

Introduction The JMX technology provides the tools for building distributed, Web-based, modular and dynamic solutions for managing and monitoring devices, applications, and service-driven networks. By...

Read more at Essential Java | Find similar documents

Java Swing Library

 Java Java Java: Object-Oriented Problem Solving

Section 13.2 Java Swing Library Ever since the release of version 1.2 of the Java Development Kit (JDK) in 2000, Java has contained two distinct libraries of GUI components. The Abstract Windowing Too...

Read more at Java Java Java: Object-Oriented Problem Solving | Find similar documents

POJO

 Codecademy

A plain old Java object (POJO) is a class definition that is not tied to any Java framework so any Java program can use it. A POJO has no particular naming convention for properties and methods, or an...

Read more at Codecademy | Find similar documents

JavaBean

 Essential Java

Introduction JavaBeans (TM) is a pattern for designing Java class APIs that allows instances (beans) to be used in various contexts and using various tools without explicitly writing Java code. The pa...

Read more at Essential Java | Find similar documents

JShell, the Java REPL

 Level Up Coding

Quickly running some code, without starting a full-blown IDE or creating a scratch project, can be immensely helpful for prototyping code, trying some new functionality.

Read more at Level Up Coding | Find similar documents

A brand new GAMLj

 R-bloggers

GAMLj3 GAMLj is a jamovi module designed to estimate a wide range of linear models, including the general linear model (ANOVA/Regression), the generalized linear model (logistic, multinomial, Poisson,...

Read more at R-bloggers | Find similar documents

JavaOne Returns to the San Francisco Bay Area!

 Inside Java

Java turns 30 years old next year! The anniversary is a significant milestone as the global developer ecosystem celebrates the continued success of Java and its community. We can’t think of a better ...

Read more at Inside Java | Find similar documents

Hinton++

 Towards Data Science

Geoffrey Hinton is onto something. His model of machine intelligence, which relies upon neuron-clumps that he calls ‘capsules’, is the best explanation for how our own brains make sense of the world…

Read more at Towards Data Science | Find similar documents

CitySpire

 Towards Data Science

TLDR: Worked for 8 weeks (part time) as a data scientist and machine learning engineer on a remote interdisciplinary team; helped to gather, clean and wrangle data to create a recommendation model…

Read more at Towards Data Science | Find similar documents

ecoVIZ

 Towards Data Science

The ecobici network is a system that serves a huge number of users, as such, it is a complex system that has 480 stations and has about 600,000 trips per month. Bicycle use has very well known health…...

Read more at Towards Data Science | Find similar documents

The Packaging Tool aka `jpackage` - JEP Café #4

 Inside Java

Make sure to check the show-notes !

Read more at Inside Java | Find similar documents