From here.
Java Lambda Type Inference
I see code like this:
1 |
|
Here is the code in “Utils.java”:
1 | public static void submit(Request request, Consumer<Request> comsumer) { |
“request -> log(request)” is a lambda expression, but how does it become a “Consumer”?
Git: Syncing a Fork
Sync a fork of a repository to keep it up-to-date with the upstream repository. From here. This is useful when you forked a repository in GitHub and want to get the latest changes made after the fork from the original repository to your repository.
Create Spring Boot Gradle Project
The purpose is to create a Spring Boot project in Gradle flavor. Refer here.
gitstats
pipenv
From here.
pip-tools & pipdeptree
Launch Sublime Text from Command Line On Mac
Change File Permissions with chmod
From here.
Make Windows Keyboard Work on Mac
There are requirements to use Windows layout keyboards on Mac, especially the mechanical keyboards. Here is how to configure Mac to use a Windows layout keyboard. From here.