Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
John Weisz
John Weisz has asked
38
questions and find answers to
81
problems.
Stats
2.4k
EtPoint
761
Vote count
38
questions
81
answers
About
My work highlights:
AudioNodes - modular digital audio workstation that also runs in the browser (C++, Electron, React)
TypedJSON - decorator-based, strong-typed JSON serialization library for TypeScript
Flexhire - remote-first hiring and management platform (TypeScript, React, NextJS)
John Weisz questions
Create concatenated .d.ts with webpack
Why is it possible to access private variables from outside class by reference?
Type for function that takes a class as argument, and returns an instance of that class
Stop playing sound after specified duration in milliseconds using web audio API
Quickly creating a Map of objects from an Array of objects using a specified object key
Property decorator only for a specific property type
CMake identifies MSVC (both C and CXX), but still throws 'No CMAKE_*_COMPILER found'
Is comparing strings in MySQL vulnerable to timing attacks?
Determine if object is an instance of a generic base class, any generic type
Are native map, filter, etc. methods optimized to operate on a single intermediary array when possible?
John Weisz answers
Is there any difference between ({}) and {} in javascript?
TypeScript constructor
Why does this JavaScript async/await code not behave as expected?
Deleting big blobs in javascript
loading json data from local file into React JS
How can I declare/ignore a missing JSX type?
Obtaining the return type of a function
When multiple users are viewing a record and 1 person updates the record, how to notify other the record is updated?
Type for function that takes a class as argument, and returns an instance of that class
why if-else condition is not working while using in react jsx