Skip to content
  • Home
  • Blog posts
  • Memos
  • Dictionary
  • Useful commands
  • About
Twitter LinkedIn GitHub Stack Overflow

frontdeveloper.pl

A developer taking advantage of the best pratices.

Author: Igor Springer

10 April 2020 by Igor Springer on Dictionary

Robustness

The ability of a computer system to cope with errors during execution.

Read more...
 
10 April 2020 by Igor Springer on Dictionary

Reliability

Probability of working without failure. There is a difference between reliability and resilience.

Read more...
 
10 April 2020 by Igor Springer on Dictionary

Resilience

Capacity to recover quickly from difficulties.   There is a difference between resilience and reliability.  

Read more...
 
10 April 2020 by Igor Springer on Dictionary

RPC

Remote Procedure Call. AJAX is a remote procedure call. HTTP request/response is a remote procedure call.

Read more...
 
10 April 2020 by Igor Springer on Commands

Setting GitHub token for Bundler (Ruby)

export BUNDLE_GITHUB__COM=x-access-token:[TOKEN]

Read more...
 
10 April 2020 by Igor Springer on Commands

Benchmarking in a loop (Ruby)

loop { puts Benchmark.measure{ Rails.cache.data.keys(‘*’) } }

Read more...
 
10 April 2020 by Igor Springer on Commands

Pushing a tag to GitHub repo

git tag -a v1.0.2 -m “Description” git push origin v1.0.2

Read more...
 
10 April 2020 by Igor Springer on Commands

Removing AWS ElastiCache Redis instance

aws elasticache delete-cache-cluster –cache-cluster-id [INSTANCE_NAME]

Read more...
 
9 April 2020 by Igor Springer on Dictionary

YAGNI

You Aren’t Gonna Need It

Read more...
 
9 April 2020 by Igor Springer on Dictionary

Obscurity

Obscurity is when important information is not obvious.

Read more...
 
Older Posts →
Page 3 of 9
← Newer Posts
Subscribe!
Copyright © Igor Springer