Category Archives: Web Development

Top 6 free code editors for web development

Sr. Business Analyst at Luce & Morker
Gaurav Chaudhary is co-founder and Sr. Business Analyst at Luce & Morker.

Web Developers need a set of tools and technologies to help them accomplish their goals. One of the most important tool for most programmers is a nice code editor. Preferably an editor which is easy to use, is feature rich (by default or through plugins/packages), support multiple programming languages and supports multiple platforms. It is

Read More

Introduction to Software Architecture

Lead Software Architect at Luce & Morker
Responsible for early application architecture design, approval at points during development, and approval before production launch. Provide leadership and subject matter expertise in the development of the solution and appropriate components to meet the customer’s needs, and will include recognition of end to end components, from the appropriate hardware needed to support the solution, the database solution design, data management and reporting
solutions as well as security and performance optimizations. Maintains knowledge of current and emerging trends in the industry, including all relevant areas of information systems that might be incorporated as new technologies into future systems.

What is Software Architecture and Why we need it? Like any other complex structure, software must be built on a solid foundation. Failing to consider key scenarios, failing to design for common problems, or failing to appreciate the long term consequences of key decisions can put your application at risk. With no architecture in place, the

Read More

JavaScript vs jQuery: A Quick Overview and Comparison.

Sr. Business Analyst at Luce & Morker
Gaurav Chaudhary is co-founder and Sr. Business Analyst at Luce & Morker.

Introduction JavaScript and jQuery both starts with the alphabet ‘J’, yet they are different in many ways as they are similar. Many developers want to know the difference between JavaScript and jQuery, if one is better than the other in some ways and which one should they use in their projects. JavaScript: JavaScript (JS) is

Read More

Beginners Guide to Popular Design Patterns for Web Developers

Lead Software Architect at Luce & Morker
Responsible for early application architecture design, approval at points during development, and approval before production launch. Provide leadership and subject matter expertise in the development of the solution and appropriate components to meet the customer’s needs, and will include recognition of end to end components, from the appropriate hardware needed to support the solution, the database solution design, data management and reporting
solutions as well as security and performance optimizations. Maintains knowledge of current and emerging trends in the industry, including all relevant areas of information systems that might be incorporated as new technologies into future systems.

This is the third in a series of blog posts, we are doing on Building Enterprise Framework for .NET based Web Application. Our first three iteration of framework was not using any design patterns, modules were dependent on each other and it was very hard to update any module without breaking any dependent module. I

Read More

Top 5 .NET Based CMS (Content Management System)

Sr. Business Analyst at Luce & Morker
Gaurav Chaudhary is co-founder and Sr. Business Analyst at Luce & Morker.

A content management system (CMS) is a computer program that allows publishing, editing and modifying content as well as maintenance from a central interface. Such systems of content management provide procedures to manage workflow in a collaborative environment. These procedures can be manual steps or an automated cascade. Wiki First of all, even before you

Read More

Beginners Guide To Regression Testing For QA Engineers

Sr. Business Analyst at Luce & Morker
Gaurav Chaudhary is co-founder and Sr. Business Analyst at Luce & Morker.

What is Regression Testing? Regression testing is type of testing carried out to ensure that changes made in the fixes or any enhancement changes are not impacting the previously working functionality. It is executed after enhancement or defect fixes in the software or its environment. It can be difficult to determine how much re-testing is

Read More

Best Tools and Technologies for .NET Based Web Application Development

Lead Software Architect at Luce & Morker
Responsible for early application architecture design, approval at points during development, and approval before production launch. Provide leadership and subject matter expertise in the development of the solution and appropriate components to meet the customer’s needs, and will include recognition of end to end components, from the appropriate hardware needed to support the solution, the database solution design, data management and reporting
solutions as well as security and performance optimizations. Maintains knowledge of current and emerging trends in the industry, including all relevant areas of information systems that might be incorporated as new technologies into future systems.

This is the second in a series of blog posts we are doing on Building Enterprise Framework for .NET based Web Application. Imagine Picasso trying to create his famous paintings without brushes and colors OR Michelangelo working on his famous sculptures without his chisels. In the same way no web developer can expect to build an enterprise

Read More

How to build an Enterprise Framework for .NET based web application

Lead Software Architect at Luce & Morker
Responsible for early application architecture design, approval at points during development, and approval before production launch. Provide leadership and subject matter expertise in the development of the solution and appropriate components to meet the customer’s needs, and will include recognition of end to end components, from the appropriate hardware needed to support the solution, the database solution design, data management and reporting
solutions as well as security and performance optimizations. Maintains knowledge of current and emerging trends in the industry, including all relevant areas of information systems that might be incorporated as new technologies into future systems.

We started developing web applications using .NET back in 2008 and one of the major questions we faced at that time is how to properly plan out, develop and maintain a large scale application. Although there were few CMS solutions available like DotNetNuke, mojoPortal etc., we were worried of losing our fluent programming style and

Read More