排序
The state of package signing across package managers
The state of package signing across package managers,Recently I looked at the state of 2FA support across package managers. 2FA adds a layer of security by requiring two sources of...
FileInputStream vs FileReader in Java
FileInputStream vs FileReader in Java, To understand this thoroughly you need to understand what is character stream and what is byte stream, so let's have a quick look at that. By...
Manage multiple Java versions on Linux
Manage multiple Java versions on Linux, 1. Introduction In 2017 Oracle announced Java's (then new) six months release cadence. This was a significant change from Java’s previous c...
Test
Test,var foo = function (bar) { return bar++; }; console.log(foo(5)); Enter fullscreen mode Exit fullscreen mode The Practical Dev @thepracticaldev As promised— FREE STICKE...
Using the Bing API in a Java Application
Using the Bing API in a Java Application, Setting Up My main task today has been to integrate Bing locations API within our platforms JAVA API so that we can do location lookups fr...
SimplQ, a Modern Web Based Queue Manager
SimplQ, a Modern Web Based Queue Manager,I've recently been inspired by services like jit.si, scribble.io where you go, generate an instant link and share it with others. As an exp...
Create out of curiosity
Create out of curiosity,I remembered back then when I was first given an assignment to do up a calculator in Android. I think it was my first Android project. I remember using XML ...
3 simple ways to create connectors for the Bonita Platform
3 simple ways to create connectors for the Bonita Platform,When using the Bonita platform to develop an application or process, connectors are a means to interact with your informa...
When parallelStream is not a big deal in Java
When parallelStream is not a big deal in Java,To understand when you should use or avoid the use of parallelStream is important to understand the concept of stateful and stateless ...
frameworks
frameworks,It all started with the Django Web Framework, in the first week of my first job, I was introduced to it. I was supposed to be a 'full stack developer' starting from leve...
StopCovid app: overview of the backend server code
StopCovid app: overview of the backend server code,StopCovid is a mobile application launched by the french government in order to perform contact tracing of COVID-19 infections an...
Encrypt/ Decrypt PDF Files in Java Application
Encrypt/ Decrypt PDF Files in Java Application,In daily work, it is important for us to encrypt the confidential PDF files or contracts before transferring them, because this will ...