To most early stage developers, especially the ones who come from a more strongly-typed background in coding, some foundational JS concepts can seem confusing at times, especially the more traditionally borrowed ones like this, class, Prototypes etc.... (more…)
Read more »
JavaScript enums using proxies. Contribute to chasefleming/enum-xyz development by creating an account on GitHub. (more…)
Read more »
Building your product idea, you will have some requirements for the tech behind. First and foremost, it should be affordable, and specialists should be accessible enough. (more…)
Read more »
Recently I needed a way to detect support for a media query in CSS and Javascript. To detect if a browser supports a certain CSS feature, you can use @supports () { ... }, but that doesn’t work for media queries. In this article I’ll show you how you can ... (more…)
Read more »