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
229
problems.
Stats
7.6k
EtPoint
2.8k
Vote count
4
questions
229
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
Disable certain parameters from being logged in Ruby on Rails
Prettier for YAML - SyntaxError: Nested mappings are not allowed in compact mappings
Ruby << syntax method raises an error, but .push method not when using yield. Why?
How to get single result as an array rather than a Model in Sequel ORM
How to link to another view (from same controller) in rails from html erb file?
Sums of odd numbers in array
How to model system with different types of users?
How to add exception handling to my before_action
Rails find records using an array of hashes
Modify an Array in Place - Ruby