ghanshyam014's Stars
SibeeshVenu/Perfect-Scheduler
Windows service using Asp.Net core to create zip file and upload to the Azure blob storage daily, weekly, monthly using Quartz with Dependency Injection, NLog, You also have an option to use any database to save the scheduler information so that it is persistent
SibeeshVenu/Realtime-IoT-Device-Data-using-Azure-SignalR-and-Azure-Function-in-Angular
We will see how we can show the real-time data from our IoT device in an Angular application using Azure SignalR service and Azure Functions
SibeeshVenu/ng5
This is a simple Angular 5 application
SibeeshVenu/M4MoviesApi
An Asp.Net core API which uses Micro services to get the move data from TMDB database, and uses Repository pattern and unit of work design for saving some movies to SQL database. It includes login, register actions as well. A logged in user can perform some actions.
SibeeshVenu/sibeeshvenu
I am showing the image of the titles of my recent 5 blog posts on my GitHub home page automatically. I did it using the Azure Function, Azure is Love, right?
SibeeshVenu/MXChip-Azure-IoT-Arduino
We will see how we can set up our MXChip and get it working to send Temperature, Humidity, Pressure, Audio, Decibels etc information to our Azure IoT Hub. Once we have received the data in our Azure IoT Hub we can do anything with that.
SibeeshVenu/Your-Own-Npm-Package
Wow, you are going to create your own package? Either a private one or a public one? You were looking for a documentation on how to create your own package in NPM, and you ended up landing here? No, worries, in this post I will help you with that. At the end of this article, you will get to know how can you create your own package in the NPM registry. Enough talking, let’s jump into the coding. I hope you will find this post useful.
SibeeshVenu/commercialization-public
Windows hardware documentation for Microsoft partners.
SibeeshVenu/ngVirtualScrolling
Here in this post, I am going to explain a bit about one of the Angular 7 feature, which is Virtual Scrolling. At the end of this article, you will have an application which fetches the real data from the database and binds it to the UI by using Virtual Scrolling feature.
iammukeshm/coding-interview-university
A complete computer science study plan to become a software engineer.
SibeeshVenu/Azure-AI-Image-Text-Reader
The Microsoft Azure has a lot to offer when it comes to Cognitive Services, trying out them is really fun. Here in this article, we are going to see how we can detect and read texts from an image and show it in the display using the Cognitive Service Computer Vision AI. The service Computer Vision has it's own machine language running which helps us to do our task in an easy and effective manner. It uses the technology Optical Character Recognition and extracts the words or text to a readable format. All we have to do is, using the service and write some custom codes as per our requirement.
SibeeshVenu/Azure-Stream-Analytics-Azure-Function-Output
Let's see how we can set up an Azure Function as an Output job topology of an Azure Stream Analytics job. Isn’t that sound interesting?
SibeeshVenu/Domain-to-Domain-Data-Transfer-Receiver-App
SibeeshVenu/Domain-to-Domain-Data-Transfer-Sender-App
SibeeshVenu/M4MoviesApp
An Angular application which uses Asp.net core and TMDB as a back end. This includes login, register, guard features. The authorized users can add movies to their watch lists and update the comments, and the visitors can see the movie lists from TMDB and filter them.
SibeeshVenu/ngDragDrop
Here in this post, I am going to explain a bit about one of the Angular 7 feature, which is Drag and Drops. At the end of this article, you will have an application which fetches the real data from the database and binds it to the UI and then performs multi-directional drag and drops.
SibeeshVenu/npm-vs-npx
SibeeshVenu/Office-UI-Fabric-React-Horizontal-Nav
I assume that you are working in Office UI Fabric React components and you wanted to create a horizontal menu component in your react solution. Unfortunately, the normal Nav component in the Office UI Fabric doesn’t give you this option. And somehow you reached here by searching for a solution to implement the horizontal menu. You are in the right place then.
SibeeshVenu/Angular-6-Front-End-Asp-Net-Core-Back-End-With-SQL-Sample-App
SibeeshVenu/Microsoft-Teams-App-with-Vuejs-and-Azure
SibeeshVenu/ServerlessRealtimeDemo
Serverless real-time messaging demo with Azure Functions, Azure SignalR Service and Angular
SibeeshVenu/Azure-IoT-Dev-Kit-MXChip-Translator
SibeeshVenu/ReactJsBasics
SibeeshVenu/sibeesh.dev
SibeeshVenu/Angular-PowerShell-Bash-CMD
An ideal way to execute commands from Angular application using node as a middle ware
SibeeshVenu/documentation
Official documentation for the Raspberry Pi
SibeeshVenu/GitHubFuncs
I am showing the image of the titles of my recent 5 blog posts on my GitHub home page automatically. I did it using the Azure Function, Azure is Love, right?
SibeeshVenu/MXDial-IoT-Sample
MX Dial
SibeeshVenu/ReactJs-Bullettin-Board
This is a learning project I have created as part of the React JS learning course in LinkedIn Learning
SibeeshVenu/UWP-gRPC-Sample
Demonstrates how to create a UWP gRPC client to an ASP.NET Core gRPC server