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
15
questions and find answers to
39
problems.
Stats
1.1k
EtPoint
322
Vote count
15
questions
39
answers
About
Improve every piece of code you modify
Andrew questions
VB.Net - how to support implicit type conversion as well as custom equality
Setting *both* Value & Formula in EPPlus
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]
Andrew answers
DRF Response content-type set to None during tests
Why I cannot register '.as_view()' in the Django router (using djangorestframework-simplejwt)?
WCF - Overhead of throwing FaultExceptions within your service
string symbol manipulation in batch files?
Django stops serving static files when DEBUG is False [duplicate]
Authorization header is not sending when using Swagger documentation on drf-spectacular
Can you trigger a signal upon partial update of django object via the django rest framework?
When would you ever need to change a primary key's value?
DRF SerializerMethodField how to pass parameters
Remove specific actions from existing drf model viewset