编程技术 第1176页
Code Review: Best Practices-拾光赋

Code Review: Best Practices

Code Review: Best Practices,The importance of Code Review in Software Development cannot be understated. A properly done Code Review will not only improve the quality of the code &...
TL:DR; Do Repetition-拾光赋

TL:DR; Do Repetition

TL:DR; Do Repetition,After too many starts and stops, I've come to realize that what I lacked in trying to learn to program was not enough repetition/ practice. Most Udemy courses ...
Starting late: learning to code at 40-拾光赋

Starting late: learning to code at 40

Starting late: learning to code at 40,I've been meaning to start a blog/YouTube/podcast/something for a good while now, as a way to start documenting my programming journey. A litt...
New Learning Paths through Test Automation University-拾光赋

New Learning Paths through Test Automation University

New Learning Paths through Test Automation University,Test Automation University (TAU) was created to help people learn best practices for using test automation in your app develop...
How to drawtext colon with pts gmtime using ffmpeg?-拾光赋

How to drawtext colon with pts gmtime using ffmpeg?

How to drawtext colon with pts gmtime using ffmpeg?,I am adding timestamp to video using FFMPEG where i am using below command: ffmpeg -y -i input.mp4 -vf 'drawtext=fontfile=roboto...
Google Cloud Platform App Engine Deployment Experience-拾光赋

Google Cloud Platform App Engine Deployment Experience

Google Cloud Platform App Engine Deployment Experience,This article describes some of the challenges and pecularities of deploying an annotated @SpringBootApplication application t...
kity的头像-拾光赋kity6年前
0489
5 simple and effective Java techniques for strings and arrays-拾光赋

5 simple and effective Java techniques for strings and arrays

5 simple and effective Java techniques for strings and arrays,Java routinely hits inside the top five most popular programming languages and understandably so; it’s versatile, fai...
kity的头像-拾光赋kity6年前
0418
Mes premiers tests avec Quarkus-拾光赋

Mes premiers tests avec Quarkus

Mes premiers tests avec Quarkus,Lors du Devoxx Paris 2019, j'ai assisté à l'université Quarkus faite par Emmanuel Bernard et Clément Escoffier. J'avais déjà suivi de loin l'a...
Configure Path variable in Powershell-拾光赋

Configure Path variable in Powershell

Configure Path variable in Powershell,Scenario: for whatever reason you have to develop on a Windows machine and you're not an administrator. Your company enforces the same old Jav...
Debugging virtualised/containerised environments is hard-拾光赋

Debugging virtualised/containerised environments is hard

Debugging virtualised/containerised environments is hard,One of the customers using Plumbr APM was recently facing a peculiar issue in their production environment where one of the...
Matt's Tidbits #45 - Creating a private token class-拾光赋

Matt’s Tidbits #45 – Creating a private token class

Matt's Tidbits #45 - Creating a private token class, Matt's Tidbits (69 Part Series) 1 Matt’s Tidbits #35 - A strategy for debugging complex unit test failures 2 Matt’s Tidbits #...
How to change your Java and javac version on Ubuntu / Linux-拾光赋

How to change your Java and javac version on Ubuntu / Linux

How to change your Java and javac version on Ubuntu / Linux,In this short post i will show you how to easily change your java version and your java compiler version on your Ubuntu ...