tech.blog
web development, .NET and UX
Skip(), Take() and the poor performance it brings
How to improve the performance of Skip().Take() for large datasets.
Sindre Berge
JavaScript Proxy
Just like one would expect from a proxy, the Proxy object in JavaScript acts as an intermediary between a caller and an intended target. As Proxy will intercept operations, one can alter or extend the original functionality for a given object.
Sindre Berge
It looks like a developer designed it!
Sindre Berge
We have all heard it. Developers are not good at design. Thankfully, we have UX-designers. I have had the pleasure of collaborating with excellent designers in my time and have seen firsthand the importance of their work. Sadly, as developers we are not always blessed with a designer on our team...