Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
zerkms
zerkms has asked
158
questions and find answers to
648
problems.
Stats
21.4k
EtPoint
7.6k
Vote count
158
questions
648
answers
About
Yet another software developer
https://cv.zerkms.com/
#SOreadytohelp
zerkms questions
PHPUnit: mocking the function
DML statistics, oracle
IE8 Shadow filter on input offsets cursor
Designing a REST API endpoint that accepts a lot of data as input
Schedules and `max_failures` attribute
How to turn a String into a javascript function call (case with objects)
How to use PDO::FETCH_SERIALIZE correctly?
Requirements for collection class to be used with LINQ
Safe INTERVAL arithmetic
Transferring ownership of an IDisposable object and the builder design pattern
zerkms answers
How do I redirect to the current page in php?
What is the difference between $("selection") and $("selection", $(this))
jQuery select all <td>s in a chess piece's path
Check if a string is all numbers and 10 chars long
hg log - how to display a date range of revisions in reverse order?
php: quickest way to generate a 5-digit number not already in MySQL db column (with a unique attribute)
Are "let x = 0; x += 1" and "let x = 0; x = x + 1" semantically different?
Array.from() mystery
filesize() not showing actual size [duplicate]
Serving static content on a POST using express.js