🏠
Working from home
Software architect and co-founder of E. recki team. In E. recki team, we focus on developing the DApp, Nonfungible Token with Solidity and OpenZepplin.
-
E. recki
- Da Nang
-
20:41
(UTC +07:00) - coingreen.today
Highlights
Pinned Loading
-
-
Java Coding Conventions
Java Coding Conventions 1Coding Conventions
2==============
34This file will cover important coding practices that are important to stress when coding this program. Listed below are some of the more important details that should be stressed. Each programmer has his/her own way to deliver code. The importance of having similar coding conventions throughout this program are listed below.
5 -
Stop all docker processes, remove al...
Stop all docker processes, remove all containers, remove all images 1# stop all processes
2docker stop $(docker ps -aq)
34# remove all containers
5docker rm $(docker ps -aq)
-
Best efforts 1Phase Commit using Spr...
Best efforts 1Phase Commit using Spring chained transaction managemer and Apache Camel 1# Best efforts 1 Phase commit
2This is a non-XA pattern that involves a synchronized single-phase commit of a number of resources. Because the 2PC is not used, it can never be as safe as an XA transaction, but is often good enough if the participants are aware of the compromises.
3The basic idea is to delay the commit of all resources as late as possible in a transaction so that the only thing that can go wrong is an infrastructure failure (not a business-processing error). Systems that rely on Best Efforts 1PC reason that infrastructure failures are rare enough that they can afford to take the risk in return for higher throughput. If business-processing services are also designed to be idempotent, then little can go wrong in practice.
45# Scenarios
-
Playing with kubectl output
Playing with kubectl output 1# Kubectl output options
23Let's look at some basic kubectl output options.
45Our intention is to list nodes (with their AWS InstanceId) and Pods (sorted by node).
-
Git Best Practices
Git Best Practices 1# Git Best Practices
23This is a fairly common question, and there isn't a One True Answer,
4but still, this represents a consensus from #git
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.