Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
spickermann
spickermann has asked
4
questions and find answers to
259
problems.
Stats
8.3k
EtPoint
3.0k
Vote count
4
questions
259
answers
About
I am a Senior Software Engineer working for Shopify and living in Bavaria in Germany.
spickermann questions
Why does the Ruby debugger return different values than the code at run time?
Why is a delegated method public when declared in a private section?
String#split strange behavior [duplicate]
spickermann answers
Why does ENV['FOO'] = true raise an exception in Ruby?
wrong number of arguments (given 0, expected 1..2)
Can I implement round half to even?
Rails - Should I define default attribute value in model level or in db level?
Remove null bytes for every ActiveRecord string attributes
How to skip "Choose search engine" with capybara/selenium/chrome [duplicate]
Returning the highest and lowest numbers in a string: Ruby
Keep getting errors using Raise trying to answer Rspec's to raise_error in Ruby?
Can I access keyword parameters of a method as a hash in Ruby?
Style/ConditionalAssignment: Use the return of the conditional for variable assignment and comparison