You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
🥋
Carlos Justiniano
cjus
🥋
Technology Leader
| Guinness World Record holder in Distributed Computation.
One of the recommended best practices for microservices is that each service have its own database - when practical. The goal is to reduce the potential impact that a single database migration change might have across a collection of services. Think of a relational database change, which isn't schema-less by nature, and how each depending service might be impacted prior to a production release. In complex systems identifying impact across subsystems becomes a project in and of itself.
By ensuring that each microservices has its own database, the impact of change may be isolated or at least kept at bay.
However, this does raise an import question and opportunity. At the level of a microservices, what is the right database to use? The reason this question is also an opportunity is because we can think about database requirements in the context of a what an ind
While working in Javascipt we need to quickly append semi-colons to most lines.
These settings modify Atom to map command-; to add a semi-colon to the end of the current line.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ECMAScript is a scripting language specification and standard from which JavaScript, JScript and ActionScript are popular implementations. ECMAScript version 5.1 (ES5) is the current version used in JavaScript implementations found in modern web browsers. In this presentation we'll refer to ES5 as the current version of JavaScript and ES6 as the newer version.
There are over one hundred new features in ES6. This presentation focuses, instead, on helping to prepare you to write, build and test ES6 code. Along the way we'll definitely look at actual code samples
I've also choosen to present ES6 features which are relatively easy to grasp so that your onramp to ES6 isn't unnecessarily complicated. As you gain experience with ES6 you'll learn about more complex features. Remember that the power of any language is realized in how the features come together to become much more than the sum of their parts. So definitely take the time to learn as many of the new features as
Timed stamp, backup command alias for .bash_profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters