In a recent project, the API server exposed a custom response header called request-id, which uniquely identified the network request. If the network request failed, the request id could be…
When using PDO, binding a specific number of values to the IN operator isn’t difficult. What if the number of values isn’t a fixed number though? Maybe it’s an array…
Autofocus is a simple HTML attribute, but doesn’t work as expected with Angular apps. Let’s learn why with some different approaches to solve the problem! Autofocus Attribute Add the autofocus…
When coaching, it’s always helpful to visually explain to players what’s expected. Using a whiteboard, you can illustrate set plays, formations, drills, etc. However, whiteboards are usually big, take up…