Author: Sachin.Sharma
-
Roles- A case study in web applications
Roles- A case study in web applications TLDR: We implemented a mechanism of supporting various roles and permissions, but a properly maintained library should have been our first choice. Not because of the inherent lack of features in our library or ease of changing rules based on business logic, but mostly due to the ease…
-
Laravel Middleware in glance
When I started Laravel, it was because initially we were going with ASP.NET MVC but due to some library restrictions we had to change it to Php based. One of the many things I like about ASP.NET MVC was attributes, where you could ask your controller that see this method I want you to process…
-
User Notifications and Feedback
Friendly to user or system? More comfortable we become with computers ,more we become like them. And that’s irony for me. In early 2000s emphasis was put on how to make end users believe that they are interacting that is more close to them than some piece of machinery. For me personally though this was…
-
Taming Security Series – Part Login Security
Applications do our job wonderfully. We depend upon them for tasks we give them. And for most part they work all right. As long as we behave with them , they behave with us too. This is the way it should be. But one day you finish with them , bid goodbye to them till…
-
User System Design
User System Design So whenever we make any working system first thing we do is set up login system or at least we can say that in general terms. Developers give least amount of thought and time to User System Design. They are more focused on app features(which is good as long as you don’t…
-
In-house developers vs Outsourcing, for app development in Sydney
Finding the best value app developers in Sydney can be quite the challenge. This challenge is compounded if you want to keep the budget under control. Good developers will always cost you a lot of money but they come with the promise of a better end result and a higher quality experience. But you do…
-
5 Essentials For Successful Business Apps
For entrepreneurs, Business Apps are all the rage. If you have decided that an App is indeed what you need, here are the 5 essential things to consider to create a killer App and get the maximum bang for your buck (and effort). Do you need a business plan at the start? Yes, you need…
-
Use bug tracker and redeem your happiness
Bug tracker and happiness Mantis Bug Tracker is free (we use it) as bug tracker. For those lazy people who don’t want to read(like me!) As software developer myself I dread from any form of formality either that be SRS document or any other document for we see it as wastage ,in fact we rather(though…
-
Road to AngularJs
Choosing of SPA (and finally AngularJS)over conventional website was coming There were many reasons but we could sum up most important in three points. Web application (from the point of real user interaction) Ease of flexibility in adding features API-driven development Note that SPA framework rather than library, because framework is usually somewhat opinionated and…