hello.js

var please = require('share');
console.log('thank you');

NEW !!!

Thursday, 4 April, 2024 UTC

How to Use Typescript with React?

Key Takeaways Writing TypeScript with React.js is a lot like writing JavaScript with React.js. The main advantage of using TypeScript is that you can provide types for your component’s props which can be used to check correctness and provide inline documentation ... more


Wednesday, 6 March, 2024 UTC

Detailed Guide to React App Testing

Key Takeaways React app testing is crucial for delivering secure, high-performing, and user friendly application. React Apps are created using different UI components. So it is necessary to test each component separately and also how they behave when ... more


Wednesday, 28 February, 2024 UTC

Guide to Deploy React App on Various Cloud Platforms

For any app development company, the most crucial part of the development process is deployment. This is why the development teams need to understand the different options of deployment that are available in the market and learn how to use them to ensure ... more


Tuesday, 5 December, 2023 UTC

A Complete Guide to React Micro Frontend

Key Takeaways When developers from various teams contribute to a single monolith on the top of microservices architecture, it becomes difficult to maintain the large scale application. To manage the large-scale or complex application, breaking down the ... more


Wednesday, 11 October, 2023 UTC

React Testing Libraries & How to Use Them

Key Takeaways As per Statista, React is the 2nd most used web framework in the world. There are various tools available for testing react applications. So, best tools and practices must be followed by developers. Jest, and React Testing Library are the ... more


Tuesday, 9 May, 2023 UTC

MEAN Stack vs MERN Stack: Which Stack to Choose?

In the recent decade, developers have reached unprecedented heights in terms of creating application stacks. There are two sides to every given online platform: the front end (or user interface) and the back end (or code that runs the site). On the other ... more


Wednesday, 11 January, 2023 UTC

Angular Vs React Vs Vue: Which One To Choose

When it comes to creating web apps, the biggest concern front-end developers have is which frontend framework to choose as there are many JavaScript frameworks available in the market. The top three front-end frameworks or libraries that every expert ... more


Friday, 6 January, 2023 UTC

Microservices Best Practices

Microservices is an architectural pattern that involves the development and design of software as a collection of small and independent services that interact over well-defined lightweight application programming interfaces (APIs) to meet business requirements. ... more


Wednesday, 28 December, 2022 UTC

Test Automation Framework: Types and Examples

1. What is a Test Automation Framework? The test automation framework is a compilation of the process and tools that work together to assist automated testing approaches for any application. This process is a combination of various functions, test data, ... more


Tuesday, 13 December, 2022 UTC

JavaScript vs TypeScript : Key Comparison

In today’s time, for every business organization, having their own website is important. The use of websites has extensively increased. As per the survey by Stack Overflow, JavaScript and TypeScript fall into the list of the most popular languages for ... more


Wednesday, 30 November, 2022 UTC

Why Do We Need Java Reactive Programming?

Reactive programming is a programming model for constructing asynchronous and non blocking elements. It is a trending topic right now, and there’s a lot of chatter going around it. However, as a Java development company we are always ready to clear the ... more


Monday, 14 November, 2022 UTC

Vue vs Angular: Which Framework to Choose?

Despite the advent of various JavaScript frameworks in history, nothing has come close to the holy trinity of Angular, React, and Vue. This article compares Vue vs Angular to determine which is the superior framework for your needs. Angular.js and Vue.js ... more


Friday, 29 July, 2022 UTC

Top 12 Microservices Frameworks

As a part of your business development plan, while determining the type of application you wish to create, it is advisable to select your tech stack at first to work upon its architecture before anything else. You may be winding up your day hearing success ... more


Friday, 22 July, 2022 UTC

Why Use React?

Why use React? Because ReactJs is one of the most widely used front-end JavaScript libraries for creating Web Applications. Around 8,000 businesses around the world have chosen React over other popular libraries and frameworks for building rich user ... more


Wednesday, 16 February, 2022 UTC

DevOps Best Practices

Aren’t we all surrounded by unique and distinct combinations that streamline and accelerate our daily tasks? Speaking from a technology POV(Point of view), some combinations are a blessing while some are just bizarre. One such gifted combination within ... more


Monday, 25 October, 2021 UTC

.Net Core Best Practices

Table of Content What is ASP.NET Core? Why Use ASP.NET Core? Advantages of ASP.NET Core Top 18 .NET Core Best Practices Closing Thoughts on .NET Core Application Best Practices Whenever it comes to the performance of a website or an application, load ... more


Tuesday, 24 August, 2021 UTC

VueJS Guide for Beginners

Vue (pronounced /vjuː/, like view) is an open-source and progressive framework to build attractive user interfaces (UIs) and fully capable of creating single-page applications (SPAs). However, Vue is developed from the initial level with an incremental ... more


Tuesday, 16 March, 2021 UTC

AWS Lambda vs Azure Functions: Serverless Computing

Every organization isn’t sure of which type of serverless application is the best fit for their business. For any application, it is very essential to be reliable and scalable as per the changing business needs. Apart from google cloud functions, the ... more


Friday, 12 March, 2021 UTC

Vue Best Practices and Security

Vue.js is a popular JavaScript open-source front-end building platform that is entirely capable of designing single-page applications. Using this language, Vue.js developers can use a single file component instance to build rich applications. For better ... more


Monday, 1 March, 2021 UTC

React Best Practices and Security

Universally accepted and well known in the field of front-end technologies, ReactJS is a popular name. It is a flexible open-source JavaScript library that is used to create unique and innovative applications. Through this blog, we aim to bring all the ... more


Friday, 30 August, 2019 UTC

MS Team and SharePoint Online Site Association via the MS Team tab

SharePoint Framework (SPFx) is an excellent platform for developers allowing them to create client-side applications. From release version 1.8, SPFx has added a beautiful feature in which SPFx webparts can be utilized in MS Teams as a tab. So same web ... more


Monday, 12 August, 2019 UTC

Safely consume an Azure Function through Microsoft Flow

Azure Functions Azure Functions is a server less, event-driven compute service that allows you to easily run code or script written in language of your choice in response to various events while scaling on demand and paying only for the duration your ... more


Friday, 26 July, 2019 UTC

Securely trigger an Azure WebJob through Microsoft Flow

Azure WebJobs WebJobs is an Azure App Service feature that provides an easy way for users to run code or script as a background process in the same context as an app service web app, API app or mobile app. WebJobs support C#, PowerShell, JavaScript, ... more


Monday, 24 June, 2019 UTC

Introduction of Site Design and Site Script in SharePoint Online

Site Templates creation is one of the best feature provided by Microsoft in SharePoint sites to create new sites with similar structure for a better SharePoint development. However, it was not quite useful when you want to apply the same custom look ... more


Tuesday, 30 April, 2019 UTC

Things to keep in mind when migrating from SharePoint on-premises to Office 365

Microsoft's cloud service Office 365 leverages businesses to enable collaboration and teamwork by providing access to various tasks directly online, like SharePoint, Exchange, Skype for Business, Teams, Power BI, Yammer and much more. The type of features ... more


Tuesday, 5 February, 2019 UTC

SharePoint Development Methods

Both SharePoint On-premise and Online (O365) leverage developers to build their custom functionalities and extend some of the SharePoint functionalities via custom development. Multiple development options are available to achieve one’s requirement based ... more


Tuesday, 16 October, 2018 UTC

Introduction to SonarQube & SonarLint

What is SonarSource? Sonar is an open source platform used by developers to manage source code quality and consistency. It covers a wide area of code quality checkpoints ranging from styling errors, potential bugs, and code defects to design inefficiencies, ... more


Monday, 8 October, 2018 UTC

Importance of code quality

Now a day’s quality of software code is really important. If one declares “Hey, I have implemented a software!” It’s a good thing but if you say “Hey, I have created a quality software!” then it will impact a lot. Writing a good quality of code is not ... more


Friday, 14 September, 2018 UTC

Serverless Application – An Era without Backend

Serverless architecture relates to the applications which depend on the third-party service (backend as a service) or container (function as a service). In serverless architecture, application owner does not have to purchase, rent or maintain the servers. ... more


Wednesday, 5 September, 2018 UTC

Is AWS Lambda a Server-Side Component?

Before I answer this question, let’s understand about AWS compute services and that too Lambda in details. AWS Compute Domain Following are the main services in the compute domain – EC2 – Most important is EC2 service, It’s like your Personal computer ... more