Take the community feedback survey now.
Take the community feedback survey now.
We have heaps of requests from our client. There is a good reference here and we little a bit extended this using below approach, to define if the current user is on mobile or not and show, hide content based on this concept. First step is to defi...
Recently I’m working on a project which has a requirement. We need focal point selector for an image. So the idea is you pick a focal point and application based on requested image size crop the image based on selected focal point. So I store the...
I’m currently working on website which should be accessible! What that means? I thought it could be waste of time to spend huge amount of time to make a website accessible because no one will use it. BUT just did some research and saw this video ....
Second SOLID principle, Open for extension and close for changes! Wow how it is possible something can be open and close! I’m surprised! But it is possible you should design public void Draw(Shape shape) { var point = CalculateStartPoint(shape...
I had a problem to understand this for a long long time! You can’t believe how hard is it when you don’t understand the principle and try to adapt it! Mission impossible! Recently I spent some time again to read more about OOP principles and first...