octocat.dev.

A Developer's blog.About
Cover Image for Encrypting Data in .NET and Node with AES GCM

Encrypting Data in .NET and Node with AES GCM

This post delves into how to encrypt and decrypt data in .NET and Node using AES GCM algorithm. With front end frameworks supporting server side rendering, it should be possible to decrypt data sent from your API server in encrypted format

Shubhan Chemburkar
Shubhan Chemburkar
Cover Image for Testing Web App for slow server performance

Testing Web App for slow server performance

Most of us have done the mistake of thinking our web app will get the same performance that we get in development in production. Let's look at ways to test your web app for slow server performance

Shubhan Chemburkar
Shubhan Chemburkar

Work from home desk setup

Having a great working desk is important for a good developer. Few months back, I purchased a new IKEA Bekant Desk and IKEA Alex drawer cabinet, that helps me work better.

Shubhan Chemburkar
Shubhan Chemburkar
Cover Image for New Blog. Hello to octocat.dev

New Blog. Hello to octocat.dev

This is my new blog octocat.dev. Going forward all my new blog posts will appear in this blog.

Shubhan Chemburkar
Shubhan Chemburkar
Cover Image for Continuous Integration (CI) Pipeline with GitHub Actions with .NET

Continuous Integration (CI) Pipeline with GitHub Actions with .NET

GitHub Actions is a new way to run a CI pipeline, especially for open source projects. GitHub actions can be used to run complex pipelines with build, unit tests and more. In this post, we will look at setting up a pipeline for build and test for a .NET web app.

Shubhan Chemburkar
Shubhan Chemburkar

Archive Posts

See all 5 posts from archive
The source code for this blog is available on GitHub.