Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Andrew
Andrew has asked
13
questions and find answers to
29
problems.
Stats
880
EtPoint
277
Vote count
13
questions
29
answers
About
Improve every piece of code you modify
Andrew questions
Google maps api REQUEST_DENIED when using API restrictions & key
Trying to optimize a query that picks an 'approximate closest record'
Overriding the EntityFramework SaveChanges - Grab the SQL and call a custom proc
After upgrade, raw sql queries return json fields as strings on postgres
Creating a progress bar that runs on another thread, while keeping calculation in main thread
Validate 1 field (unobtrusive) when other field changes, and check only 1 rule
Creating date with numbers (new Date(2012, 03, ...) gives wrong month (+1)
Is nesting constructors (or factory methods) good, or should each do all init work [closed]
Maven multi-module project - copying all "package" JARS from submodules into parent/target/
Andrew answers
How to Hide gif or mp3 files in my project?
Accessing to TempData From GLOBAL.ASAX
After upgrade, raw sql queries return json fields as strings on postgres
c# method with default parameter value does not generate overload without parameter?
What are some good WPF grid controls? [closed]
What is more advisable to create a thread by extending a Thread class or implementing Runnable? [duplicate]
Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data`
Django Rest Framework JWT: How to change the token expiration time when logged in
Django compress error: Invalid input of type: 'CacheKey'
What is the VB equivalent of Java's instanceof and isInstance()?