最新发布第1216页
Running your JuPyTeR notebooks on the cloud
Running your JuPyTeR notebooks on the cloud, Introduction On the back of my previous share on how to build and run a docker container with Jupyter, I’ll be taking this further on ...
UpdationofIdGeneration
UpdationofIdGeneration,User Id Generation : Joseph’s team has been assigned the task of creating user-ids for all participants of an online gaming compition. Joseph has designed a...
Don’t let the shadow jar plugin shadow your application
Don't let the shadow jar plugin shadow your application,In my previous post, I shared a template for deploying a ktor application to Google App Engine. As part of this process I wa...
IdGenerationTechnique
IdGenerationTechnique,User Id Generation : Joseph’s team has been assigned the task of creating user-ids for all participants of an online gaming compition. Joseph has designed a ...
How to create an Android App: Improving designs
How to create an Android App: Improving designs, Creating An Android App (6 Part Series) 1 How to create an Android App Part 1 2 How to create an Android App: Datepicker ... 2 more...
Move Java-project to Kotlin
Move Java-project to Kotlin,Hi all, do you have experience in converting Java-files with for instance IntelliJ to Kotlin? Would I have to make a lot of changes for having idiomatic...
Insert watermark in multiple documents and images in C# or Java
Insert watermark in multiple documents and images in C# or Java,Watermarking is a popular technique to indicate that the content in a document is confidential or information/data t...
3 Different ways to start a HTTP Web Server from the Terminal
3 Different ways to start a HTTP Web Server from the Terminal,In this relatively quick video I want to showcase 3 very quick and different ways that you can start up a HTTP Web Ser...
Falcon API Framework on Docker – 2
Falcon API Framework on Docker - 2,In this article, we will need to build an API by using the Falcon API Framework in Python. We're going to cover some hints and methods to request...
Java Optional & Vavr Option: An essential introduction
Java Optional & Vavr Option: An essential introduction,Hi there! I would like today to discuss some essential Java topic - usage of Optional class and compare it with an alternativ...
Creating a PDF based on HTML template in Java Spring using ItextPDF
Creating a PDF based on HTML template in Java Spring using ItextPDF,Maven used <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId>...