Category: Web

Creating a Blazor App with Entity Framework Core 3.0

Introduction Blazor is a framework from Microsoft which makes .Net to run in the browser on top of web assembly. In this article we will be talking about usage of Blazor in a web application simply put pros and cons of using Blazor and different types of Blazor available for different scenarios. Different Types of …

Read More “Creating a Blazor App with Entity Framework Core 3.0”

Custom React Hooks with GraphQL

Introduction to React Hooks Reusable stateful logic functions can be called as Hooks that is introduced by React in version 16.8.0 . Main purpose of hooks is to simplify complex components to make them easier to test and reuse, readable and maintainable Introduction to GraphQL GraphQL is a data query language for APIs it has …

Read More “Custom React Hooks with GraphQL”

featured

Azure functions- Part 1

Azure Functions is the serverless alternative for Azure. Serverless computing is changing the whole complex application architecture these days. Serverless computing relieves the developer from the stress of handling cloud infrastructure. Especially when developing complex applications, the serverless feature tends to make a big impact. Let take a look into what is Azure functions and …

Read More “Azure functions- Part 1”

Using Redux in Sample React Native app

What is Redux? Redux is a predictable state manager, what predictable state manager does is that it records the state changes by describing as “Actions” and replay it later making state management predictable. In other words, Redux is a predictable state manager which helps us to write applications that behave consisting which run in different …

Read More “Using Redux in Sample React Native app”

cloud functions

Difference in cloud functions in Google cloud and Firebase

Introduction According to google’s documentation cloud functions are Google Cloud’s event-driven serverless compute platform. Run your code locally or in the cloud without having to provision servers. Go from code to deploy with continuous delivery and monitoring tools. Cloud Functions scales up or down, so you pay only for compute resources you use. Easily create …

Read More “Difference in cloud functions in Google cloud and Firebase”

AWS Lambda function | Creating your own serverless functions

Serverless Functions – What Are They? Have you ever used an application/software and thought – Wow, how can an application as small as this possibly have so many features integrated into it? The answer you’re looking for probably has something to do with Serverless Functions and the Cloud – the new face of technology! AWS …

Read More “AWS Lambda function | Creating your own serverless functions”

ci cd pipeline

CI/CD Pipeline|Why teams should use them more often.

What is a CI/CD pipeline Continuous Integration and Continuous Delivery or CI/CD are a set of guidelines and principles that allow development teams to update code onto version control systems after having implemented minute changes and modifications. It also involves the ability to deliver changes and updates (new updates, bug fixes and improved features) to …

Read More “CI/CD Pipeline|Why teams should use them more often.”

react hooks

React Hooks- A glance into using react hooks

Introduction React hooks are newly introduced as a means to reduce code and as a means of reducing the use of classes in react. Hooks are introduced to the version 16.8.0, so here we will be considering pros and cons of React hooks. What is React Hooks and why? Hooks are functions that let you …

Read More “React Hooks- A glance into using react hooks”

angular bootstrap

Integrate Bootstrap Template to an Angular Application

Introduction Copying and pasting a template to the project is easier but in the long run it can be trouble some since we have components like the nav bar and the footer sometimes forms and buttons that we have to reuse throughout the project so in this I’m going to talk about how to integrate …

Read More “Integrate Bootstrap Template to an Angular Application”

cloud computing

Cloud Computing and its influence in modern technology

CLOUD COMPUTING – WHAT IS IT? Cloud computing has been a topic that is spoken oftenly among many people today.Have you ever looked around your office and wondered – gosh, there are a lot of wires! Desktops, laptops, workstations and servers – they all come with a lot of wiring, not to mention the fact …

Read More “Cloud Computing and its influence in modern technology”