
Piotr "MoroS" Mrożek
Doing software development since I can remember. Big fan of the JavaScript and Rust ecosystems. Long-time Java and JavaScript developer. Music producer wanna-be. ;)
Work
Software Architect | Senior Full-stack Java/JS Developer at ISOLUTION
loading...
Recent comments
The Proper Way to Write Async Constructors in JavaScript
Actually that's not cleaner. You're breaking the constructor ...
Disclosing a State of JavaScript/State of CSS Data Leak
An e-mail address in combination with your development prefer...
10 useless NPM Package with millions of downloads
Same with array-includes: it might have been a polyfill at so...
The Proper Way to Write Async Constructors in JavaScript
Indeed, the async factory functions (methods if anyone prefer...
How to create code compressor in JavaScript | HTML Minifier
But of course. :) We can parse a string into a DOM Document ...
How to create code compressor in JavaScript | HTML Minifier
I was referring to Document Object Model nodes. More details ...
How to create code compressor in JavaScript | HTML Minifier
Why not simply parse the code to DOM nodes, remove the commen...
Java - reduce redundant objects with Flyweight Design pattern
Nicely explained. :) One thing though: when you take data de...