最新发布第1099页
frameworks-拾光赋

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 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

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 ...
Building Java Projects with Gradle-拾光赋

Building Java Projects with Gradle

Building Java Projects with Gradle, I've had a few strongly worded opinions about Java as a language in the past. Be that as it may, choosing a programming language is a luxury tha...
10 Intellij Idea's plugins I'm using-拾光赋

10 Intellij Idea’s plugins I’m using

10 Intellij Idea's plugins I'm using,Cover image: https://pl.m.wikipedia.org/wiki/Plik:IntelliJIDEA_2016.3_Community.png Intellij Idea has a lot of plugins, both paid and free (I'm...
Extent Reports made easy using Cucumber Adapter-拾光赋

Extent Reports made easy using Cucumber Adapter

Extent Reports made easy using Cucumber Adapter,Report! Report! and yes we all need reports of whatever we do. This applies to test automation as well and we have a lot of options ...
Twitter Auto Reply bot (JavaScript)-拾光赋

Twitter Auto Reply bot (JavaScript)

Twitter Auto Reply bot (JavaScript), Twitter auto reply bot made with JavaScript Check out github for full usage instructions. Https://github.com/raghavkhanna30/Twitter-auto-reply ...
Twelve-Factor Application of Microservices-拾光赋

Twelve-Factor Application of Microservices

Twelve-Factor Application of Microservices, Original post can be found here: https://www.programmingwithjon.com/blog/12Factor Why Do We Need This? The twelve-factor application is ...
Effective Java! Prefer Lists to Array-拾光赋

Effective Java! Prefer Lists to Array

Effective Java! Prefer Lists to Array, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tuesday! The Builder ...
fixing a (transitive) dependency mess with gradle-拾光赋

fixing a (transitive) dependency mess with gradle

fixing a (transitive) dependency mess with gradle, the transitive dependency mess While extracting openapi-processor-core from openapi-processor-spring I noticed duplicate dependen...
Leetcode: Continuous Subarray Sum-拾光赋

Leetcode: Continuous Subarray Sum

Leetcode: Continuous Subarray Sum,523. Continuous Subarray Sum Problem: Given a list of non-negative numbers and a target integer k, write a function to check if the array has a co...
What's the most popular programming language?-拾光赋

What’s the most popular programming language?

What's the most popular programming language?,Inspired by the article about the popularity of Go I wanted to check what is currently the most popular programming language. I opened...