Published in Geek Culture·May 5JavaScript ArraysIntroduction In this blog, I will walk through the different array methods in Javascript which we will use on a daily basis. What is JavaScript Array? The JavaScript Array class is a global object that is used in the construction of arrays using high-level, list-like objects. A JavaScript array is a list-like object that enables…Startup1 min read
Published in Level Up Coding·Mar 30Working With MudBlazor UI Component In Blazor Using .Net 5.0Introduction In my previous article, I have clearly explained Blazor, Data Binding, and the prerequisites that are required to get started with Blazor. In this article, we are going to use the MudBlazor material component to create rich UI pages. …Programming7 min read
Published in Nerd For Tech·Jan 12Implementing Unit Of Work And Repository Pattern With Dependency Injection In .Net 5Introduction All software program requires a statistics base framework wherein it communicates (CRUD) to save and get better data. Many available technology and frameworks on the market allow accessing databases smoothly and efficiently. To builders using Microsoft .Net technology, Entity Framework or Dapper have received recognition. but, the concern isn’t always…Startup6 min read
Published in Level Up Coding·Dec 16, 2021Building GraphQL API With .Net 5 — EF Core And Hot ChocolateIntroduction GraphQL is an open-source query language, originally developed by Facebook. It was in the year 2012 that Facebook chose to modify its applications to improve execution and productivity. It was the point at which Facebook’s portable methodology wasn’t working on account of high organization use. Enhancement techniques utilizing reserving may…Startup6 min read
Published in Nerd For Tech·Nov 19, 2021☁️ Azure Blob Storage — Upload/Download/Delete File(s) Using .NET 5.0 Web APIToday in this article, we will see how to upload/download and delete the files in the cloud using Azure blob storage using ASP.Net Core 5.0 Web API. GitHub - JayKrishnareddy/UploadAndDownload_AzureBlobStorage Create an Azure storage account and blob container Getting the Access keys (Connection string) Create a web API Project…github.com Prerequisites .Net 5 SDK Visual Studio 2019 Let’s perform all the basic operations like,Startup5 min read
Published in Geek Culture·Oct 18, 2021Arrays in JavascriptIntroduction In this blog, I will walk through the different array methods in Javascript which we will use on a daily basis. javascript — array defined var carmodels = ["Tesla", "Audi", "BMW", "Benz"]; Array MethodsStartup1 min readArrays in JavascriptJS-ArraysIntroductionIn this blog, I will walk through the different array methods in Javascript which we will use on a daily basis.javascript — array definedvar carmodels = ["Tesla", "Audi", "BMW", "Benz"];Array Methods----
Published in Level Up Coding·Sep 25, 2021Truth About { SOAP vs REST vs GRPC vs GraphQL } ChecklistIntroduction As the comparison goes on, it seems a bit odd. While the first two are (are) generic competing “standards”, the two different standards have a somewhat unique scope. What they all have in common is the frequent concept of statistical manipulation. …Startup5 min read
Published in JavaScript in Plain English·Sep 8, 2021Integrate Open API (Swagger) With Node.js And ExpressThis article will explain how to integrate swagger (Open API) with Node.js and Express. Swagger makes it very easy for a backend developer to document, test, and explain API endpoints he/she’s been working on a front-end developer or anyone looking to consume those endpoints. Setup Before we get started on this…Java Script3 min read
Published in Nerd For Tech·Aug 30, 2021Using Static Files (HTML, CSS,JS) In ASP.Net Core Web APIIn this article, we will see how to add static files or groups of static files to an existing ASP.Net Core web API project. As we all know the API project only deals with APIs. let’s assume that you want to add a couple of static files to show data…Startup3 min read
Published in Level Up Coding·Aug 13, 2021Up And Running With GitHub Extension In Visual StudioIntroduction In this article, we will be learning about the Github extension and its usage in Visual Studio. You already know what Github is and how we can store our repositories and how it helps others to clone what we’ve developed. It’s an all-in-one platform for collaborative development. Setup Let’s first…Programming3 min read