Nay Zaw Lin Notes

How You Do Anything Is How You Do Everything

Skip to content
Menu
  • Home
  • Privacy Policy

Author: Nay Hka Ko

I am a seeker of knowledge and also coincidentally a Software Engineer.
.NET CorePosted onJanuary 9, 2022October 12, 2022

How to set the request timeout in C# .NET Core?

Normally we can easily set the request timeout in ASP.NET Core’s web.config file with following configuration. <aspNetCore requestTimeout=”00:01:00″ /> But for the C# .NET Core…

Read More
RedisPosted onJuly 29, 2020October 12, 2022

How to use Redis Cache in .NET Core 3.1?

Redis is a high performance distributed cache for those need to store data and use again and again in a short period of time. Step…

Read More
RedisPosted onJuly 29, 2020October 12, 2022

How to set a password for Redis Server?

If you are working the Redis on your local machine, you don’t really need to set the password. But when you want to setup the…

Read More
Node.jsPosted onJuly 28, 2020October 12, 2022

How to update all the NodeJS npm Packages to latest version together?

You can update all your npm packages with a few commands that I gonna show you today. In the NodeJS projects, you’ll have to update…

Read More
.NET CorePosted onJune 28, 2020October 12, 2022

How to add DLL reference in C# Project with .NET Core 3.1?

Nowadays, applications development with .NET Core are become very popular among developers. This is because it’s allowed the same code to run on cross OS…

Read More
WordPressPosted onMay 3, 2020July 6, 2020

How to Fix “Another Update in Process” Error in WordPress?

Sometimes we saw “Another update currently in process” error on our WordPress site when the update is failed. Then retry update is stuck and didn’t…

Read More
PM2Posted onMay 2, 2020January 9, 2022

How to auto start PM2 with Node Application on Windows after reboot?

Today I gonna share with you guys how to auto start PM2 with Node Application on Windows after reboot? For this approach, we will use…

Read More
LinuxPosted onApril 2, 2020July 6, 2020

How to access ftp-like interface or SMB share drive from Linux command line?

An SMB client program provides an ftp-like interface on the command line. You can use this utility to transfer files between a Windows and a…

Read More
LinuxPosted onMarch 30, 2020July 6, 2020

How to resolve the WordPress permission issue when upgrading to WP version?

I have an issue recently while I try to upgrade my WP version to 5.4. That is because we don’t have a enough write permission…

Read More
AWSPosted onMarch 29, 2020July 6, 2020

How to Write the AWS Lambda Function with Python?

We’re going to create Lambda Function with Python today. Let’s do something a little more calculation than a simple Hello World application. Let’s pass a…

Read More

Posts navigation

Page 1 Page 2 … Page 8 Next Page

Recent Posts

  • How to set the request timeout in C# .NET Core?
  • How to use Redis Cache in .NET Core 3.1?
  • How to set a password for Redis Server?
  • How to update all the NodeJS npm Packages to latest version together?
  • How to add DLL reference in C# Project with .NET Core 3.1?

Archives

  • January 2022
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020

Categories

  • .NET Core
  • AWS
  • C#
  • FileZilla
  • Hapi.js
  • Healing Crystals
  • Linux
  • Miscellaneous
  • MSBuild
  • Nginx
  • Node.js
  • PHP
  • PM2
  • Python
  • Redis
  • SSL
  • Windows
  • WordPress
© Copyright 2023 – Nay Zaw Lin Notes
Allium Theme by TemplateLens ⋅ Powered by WordPress