Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
mikej
mikej has asked
5
questions and find answers to
250
problems.
Stats
8.3k
EtPoint
3.1k
Vote count
5
questions
250
answers
About
If you'd like to get in touch please send me an email or tweet @michaelj.
mikej questions
In Java, why is the call foo() not ambigious given 2 varags methods foo(int... ints) and foo(Object... objects)?
Is it possible to Create Patch in Eclipse from changes that have already been committed?
How can I tell if an object is a Mockito mock?
mikej answers
How can I DRY this code?
Rails Caching (content vs. page/action/etc)
Simple custom range in Ruby
Why is `yield self` helpful?
How can I get ActiveRecord model instances from a raw sql query?
How to Display Content with Raw HTML with Ruby on Rails
"patch" rails render function to edit default options
Rails find all with association
How to Dynamically name a Hash key in Ruby
Difference between mattr_accessor and cattr_accessor in ActiveSupport?