Wednesday, August 30, 2017
The software engineering rule of 3
https://erikbern.com/amp/2017/08/29/the-software-engineering-rule-of-3.html
Excerpts:
Excerpts:
first rule of 3. Don’t worry so much about code duplication if you only have two classes or two functions or whatever. When you see a pattern in three different places, it’s worth thinking about how to factor it out.
...
...
second rule of 3 — you’re not going to get the system design right until the third time you build it.
Labels:
architecture,
software engineering
Sunday, August 27, 2017
Kibana related: Searching in Kibana
https://lucene.apache.org/core/2_9_4/queryparsersyntax.html
Search for 2 strings using AND operator:
"15-0001" AND "10-0005"
Search for 2 strings using AND operator:
"15-0001" AND "10-0005"
Choosing a frontend JS framework
https://medium.com/front-end-hacking/how-it-feels-to-learn-javascript-in-2017-a934b801fbe
Excerpt:
Excerpt:
Interesting. Which one should I use? The big ones are React, Angular and Ember, right?
-They’re all good. If you want to write your front-end logic in Handlebars use Ember. If you want to write your front-end logic with HTML attributes use Angular or Vue. If you want to write your front-end logic with JavaScript use React, Mithril or Inferno.
Tuesday, August 15, 2017
Thursday, August 10, 2017
Wednesday, August 9, 2017
Blackchain related: Wired.com article - Ethereum Is Coding's New Wild West
Ethereum Is Coding's New Wild West
HOWTO scrape websites with Ruby & Headless Chrome
https://readysteadycode.com/howto-scrape-websites-with-ruby-and-headless-chrome
Web scraping is an approach for extracting data from websites that don’t have an API. This tutorial will show you how to scrape websites with Ruby and Headless Chrome, using Selenium WebDriver.
Labels:
automation,
headless-chrome,
ruby,
testing
Subscribe to:
Posts (Atom)
Followers
Blog Archive
-
▼
2017
(181)
-
▼
August
(9)
- Try Ruby in the browser
- The software engineering rule of 3
- Kibana related: Searching in Kibana
- Choosing a frontend JS framework
- Announcing ASP.NET Core 2.0, .Net Standard 2.0, AS...
- Principles of Sharding for Relational Databases
- Real-time Chat Application using AWS + Docker + Fe...
- Blackchain related: Wired.com article - Ethereum I...
- HOWTO scrape websites with Ruby & Headless Chrome
-
▼
August
(9)