• Stars
    star
    4
  • Rank 3,220,759 (Top 66 %)
  • Language
    C#
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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?

More Repositories

1

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
C#
36
star
2

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
TypeScript
12
star
3

ng5

This is a simple Angular 5 application
TypeScript
10
star
4

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.
C#
8
star
5

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?
7
star
6

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.
TypeScript
6
star
7

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.
Assembly
6
star
8

Asp-Net-Core-API-TDD-Agile-Repository-Pattern-Unit-Of-Work

This is a complete Asp.Net core API solution with Test Driven Approach, and repository pattern with Unit of work.
C#
5
star
9

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.
TypeScript
5
star
10

Domain-to-Domain-Data-Transfer-Sender-App

JavaScript
4
star
11

Domain-to-Domain-Data-Transfer-Receiver-App

C#
4
star
12

npm-vs-npx

JavaScript
4
star
13

CRUD-MVC-WebAPI

The detailed article can be found here: https://sibeeshpassion.com/load-data-from-database-using-web-api/
C#
4
star
14

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.
TypeScript
4
star
15

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.
TypeScript
4
star
16

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.
TypeScript
4
star
17

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.
TypeScript
4
star
18

Microsoft-Teams-App-with-Vuejs-and-Azure

Vue
3
star
19

AzureCognitiveServicesFaceAPI

C#
3
star
20

Angular-Custom-Http-Base-Service-to-Call-External-Api

This is a custom Http Base Service in Angular, Typescript which can be used to call any external Apis
TypeScript
2
star
21

ReactJsBasics

HTML
2
star
22

S4Speech

Speech to text, text to speech, text api, speech api, Azure, Azure Cognitive Service
TypeScript
2
star
23

deploy-.net6-azure-web-app-yaml

This repository contains the YAML files for deploying the .net6 web application to Azure Web App Service.
2
star
24

Azure-IoT-Dev-Kit-MXChip-Translator

Makefile
2
star
25

ExportHTML

ExportHTML
JavaScript
2
star
26

sibeesh.dev

CSS
2
star
27

Chat_App_Using_NodeJS_And_Socket_io

The detailed article can be found here
HTML
2
star
28

Azure-Cognitive-Services-Bing-Speech-And-Text-Translator

A simple application which demos Azure cognitive services Bing Speech API and Text Translator API
TypeScript
2
star
29

JaveScript-Jasmine

The detailed article can be found here
JavaScript
2
star
30

msteams-webhook-py

Post message to Microsoft Teams Channel using Python and Webhook.
Python
2
star
31

Angular-6-Front-End-Asp-Net-Core-Back-End-With-SQL-Sample-App

C#
2
star
32

Azure-Media-Service-App

The detailed article can be found here: https://sibeeshpassion.com/working-with-azure-media-service-account/
C#
2
star
33

arm-templates

Create an Azure Web App, Create a storage account, Create a container inside the storage account, Create SQL server, Create SQL server database, Set the username and password for your database, Set the firewall rules for your Azure SQL server and allow Microsoft Azure IPs, Create Azure Key Vault, Create Azure Key Vault Access Policy for the user, Allow the azure resources to use the Key Vault, Save the database connection string as Azure key vault secret, Save the storage connection string as Azure key vault secret, Save other static secrets, All the resources use paramters from the parameter.json file, All the resources use the tags assigned in the parameter.json file
2
star
34

ReactJs-Bullettin-Board

This is a learning project I have created as part of the React JS learning course in LinkedIn Learning
JavaScript
1
star
35

vue-resume

Vue
1
star
36

Play-with-Images-in-Azure

The detailed article can be found here: https://sibeeshpassion.com/upload-files-to-azure-media-service-from-server-side-in-mvc/
JavaScript
1
star
37

Dynamic-Tabs-In-AngularJS

The detailed article can be found here
CSS
1
star
38

WCF-Unit-Tests-NUnit-Rhino-Mocks

The detailed article can be found here: https://sibeeshpassion.com/wcf-service-unit-tests-using-nunit-with-rhino-mocks-and-entity-framework/
C#
1
star
39

Angular-PowerShell-Bash-CMD

An ideal way to execute commands from Angular application using node as a middle ware
TypeScript
1
star
40

Web-Api-With-Angular

The detailed article can be found here: https://sibeeshpassion.com/web-api-with-angular-js-3/
C#
1
star
41

WebAPI-help-page

The detailed article can be found here: https://sibeeshpassion.com/working-with-api-help-page-controller-action-description-in-web-api/
C#
1
star
42

azure-cognitive-services

JavaScript
1
star
43

visual-studio-angular11-template-with-net5

Visual Studio Angular template with .Net 5 and Angular 11
TypeScript
1
star
44

MVC-Upload-and-Download

The detailed article can be found here
C#
1
star
45

KnockoutJS-Validations-with-and-without-Plugin

The detailed article can be found here: https://sibeeshpassion.com/knockout-js-validations-without-a-plugin-and-using-a-plugin/
JavaScript
1
star
46

Upload-Images-to-Azure-Media-Service

The detailed article can be found here: https://sibeeshpassion.com/upload-images-to-azure-media-service-from-client-side/
JavaScript
1
star
47

Load-Tags-From-DB-Using-Angular-JS-In-MVC

The detailed article can be found here: https://sibeeshpassion.com/tagit-control-with-data-from-database-using-angular-js-in-mvc-web-api/
JavaScript
1
star
48

Time-Zone-Calc

The detailed article can be found here: https://sibeeshpassion.com/time-zone-calculator/
JavaScript
1
star
49

Sample-Asp.Net-Core-Repository-Pattern-Unit-of-Work

This is a sample C# Asp.Net core Asp.Net core repostitory pattern using Unit of Work, a class library which is independent of any layer.
C#
1
star
50

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?
C#
1
star
51

Chart-Widgets-With-Server-Side-Data-In-MVC-Using-Angular-JS-And-Web-API

The detailed article can be found here: https://sibeeshpassion.com/chart-widgets-with-server-side-data-in-mvc-using-angular-js-and-web-api/
JavaScript
1
star
52

Deffered-Grid-MVC-Web-API-AngularJS

The detailed article can be found here: https://sibeeshpassion.com/custom-deferred-grid-using-mvc-web-api-and-angular-js/
CSS
1
star