Java codebase, ecosystem, Maven, Spotless
Java may feel verbose and outdated compared to modern C#, but it has sophisticated technologies for cross-platform native desktop development. Spotless helps to maintain consistent code style and formatting in Java projects, and can be configured to auto-format various file extensions.
Makefile include .env
How to include .env or other make files in a Makefile
Daily Update for Feb 21, 2022 #DevLog
What did you do yesterday?
* Started documenting API specifications for the Go Web Framework project
[https://www.codervlogger.com/go-web-frameworks-and-toolkits/
[Video Post] Getting started with the Echo go web framework (Step 1)
Hi all! This video tutorial explains the first step for the Echo web framework.
Specifically,
1. we will create an
Go Web Frameworks and Toolkits
Hello! Go language has many great web frameworks. In this article I want to
review and implement a demo (example)
[Video Post] Dockerfile for a Go project with mod replace directive
In this video post, I explain how to create a Dockerfile for a Go project where
we have another local
Organizing Table Tests in Go
Table tests are one of the approaches to organizing multiple use-cases for a single test. And, in this tutorial, I am sharing two ways to write table-driven unit tests.
Go: Serve HTTP JSON API for in-memory objects (DevLog #002)
Review the source code for MemUI's HTTP JSON API Server. Includes using net/http package, JSON Encode, and step-by-step tutorial.
New CoderVlogger & Go-MemUI Project (DevLog #001)
This #DevLog for the 2nd of January 2022 contains information about new CoderVlogger updates and the MemUI Golang project.
Building MemUI - Creating OpenSource Go Project - Full Tutorial
Hello 👋🏼 Welcome to the MemUI Project. This project is my first public attempt to build a project in public and