RSSAmplifier

Blog

The Diligent Geek

Let my code do the talking

goldytech.wordpress.comRSS feed ↗10 posts

Latest posts

Understanding Log4J vulnerability

Log4j has recently created chaos in the IT world, and all security and operation engineers are busy patching their servers. No wonder that this is critical severity with a CVSS score of 10/10This blog post will discuss why the entire security industry and the internet are in a frenzy over application security log4J. What is Continue reading Understanding Log4J vulnerability

Performance Booster with System.IO.Pipelines in C#

As our industry has embraced the new strategies for handling the production workloads which include containers (Read as K8s) or Serverless (Read as Functions As A Service), the developers don t have the luxury of unlimited computing resources on the production environments. Those days are gone where it was easy to acquire a large virtual machine Continue reading Performance Booster with…

Understanding Pattern matching with C#8

On September 23rd 2019, Microsoft announce the release of .Net Core 3 and C#8 in a virtual online conference. These two are the major releases. In this post I shall be talking about C#8 enhanced feature of pattern matching, why this because I love functional programming and pattern matching is an important concept in FP Continue reading Understanding Pattern matching with C#8

Using NLTK data with Serverless Framework in AWS Lambda with Layers

Any technology that let developer to concentrate on what they are good at (coding) without being bogged down by other nuances like deployments and doing baby sitting of the servers. Serverless is such a technology which empowers the developers. I wont go in detail of this as there is a abundance stuff available on web Continue reading Using NLTK data with Serverless Framework in AWS Lambda with…

Why Azure Kubernetes Service (AKS) ?

Anytime and every time I would be always in favor of opting a managed service from the cloud provider (PaaS = Platform as a Service) rather then me doing a baby sitting of servers and managing hardware on my own (IaaS = Infrastructure as a Service). Recently I was asked why I prefer Azure Kubernetes Continue reading Why Azure Kubernetes Service (AKS) ?

From Blob Container to SendGrid email as attachment via Azure Functions

Serverless is no more a tech buzzword. Many enterprises are embracing it in a BIG way. Microsoft Azure has great offerings of Serverless services in the form of Azure Functions , Azure Durable Functions and Logic Apps. Infact all these offerings from Azure has make life of a developer very easy, you as a developer Continue reading From Blob Container to SendGrid email as attachment via Azure…

Introduction to Asp.net Core 1.0

I had a privilege to be invited by Agile Testing Alliance , Vadodara chapter to talk about Asp.net Core 1.0 . It was very interactive sessions and the participants asked some really good questions. Here is the synopsis of my talk What is Asp.net Core ? It is a lean stack from Microsoft to develop Continue reading Introduction to Asp.net Core 1.0

My thoughts on Xamarin Forms

Xamarin as a product has always delighted me. Imagine writing cross platform native mobile apps with your favorite programming language, C#. As a developer you feel proud that your code is running on more than billion devices world wide. To add icing on the cake frameworks like MvvmCross and CrossLight enables the devs to Continue reading My thoughts on Xamarin Forms

Understanding Cryptography in WindowsRT

Security runs in my blood. After extensively working on cryptography on .net platform and have developed couple of mission critical apps. I was given the other challenge for an LOB app in WinRT platform. One of the requirements of the app was of cryptography. I researched it and learned a lot about it, so thought Continue reading Understanding Cryptography in WindowsRT

Lessons learned with LightSwitch HTML Client project

INTRODUCTION LightSwitch as a technology/tool has always impressed me.I was quite fascinated that how this super cool technology enables us to avoid all that plumbing code and concentrate on the real core business logic. In a true sense it supports Rapid Application Development. I was already familiar with the Silverlight Client and had developed Continue reading Lessons learned with LightSwitch…