Open in app
Home
Notifications
Lists
Stories

Write
Sachith Muhandiram
Sachith Muhandiram

Home

Apr 17

Stock Market experience — After one year

Its been almost a year for my stock market investment experience, here in this post I am gonna list my experiences, my mistakes during last year in CSE. I am just a small retail investor, who invest a portion of monthly salary. This is not a buy or sell recommendation…

Stock Market

4 min read

Stock Market experience — After one year
Stock Market experience — After one year

Feb 22

Starting stopped docker container

Today we faced with a scenario where we started Kong API gateway and tried to access previously created APIs and keys. They were gone, they do not exist. Thats where we got panicked. How we solved it? First get stopped docker containers docker ps -a This will list all stopped…

Docker

1 min read

Starting stopped docker container
Starting stopped docker container

Feb 7

My Docker problems — Networking & Volumes

Recently I had been working on my own hobby project, there I used docker-compose to run my docker images , and set network_mode: "host" , where I can easily access to all my services via my localhost . I used MySQL database which is running locally on host PC. All…

Docker

3 min read

My Docker problems — Networking & Volumes
My Docker problems — Networking & Volumes

Feb 6

Importance of Unit tests — My journey with Unit-tests 2

I will list my own recent experiences learning C++ data-structures with Unit-tests (using googletest framework) in this post. For the beginning, I started with Single Linked-Lists with C++. My approach was to write a unit test and the go for the development of that feature, not pure TDD. 1. Identify…

Unit Testing

2 min read


Dec 17, 2020

C++ Unit Tests — 1

Recently I had been studying C++ and Unit Testing (C++ from this Udemy course and Unit Testing from this book). Finally I landed on this Test Driven Development in C++ course. From this articular onward I will share my experiences with these. …

Unit Testing

3 min read

C++ Unit Tests — 1
C++ Unit Tests — 1

Dec 5, 2020

My C++ Journey : OOP

I had learned C++ few years ago at university. But, I was not happy with OOP concepts. Even during Java Data structures subject , I often heard about setters and getters . I was literally completing assignments with the help of friends. From that time, when someone says OOP, I…

Programming

2 min read

My C++ Journey : OOP
My C++ Journey : OOP

Aug 31, 2020

Prepare to prevent sql-injection

I recently watched this OWASP Top-10 talk from Jim Manico and tried this sample using basic golang. I am not a security expert, but by doing this I understood how parameterized queries would keep us safe from basic level SQL-injection attacks. …

Golang

3 min read

Prepare to prevent sql-injection
Prepare to prevent sql-injection

Jul 26, 2020

Nginx 101 — Load-Balancer

This will be the part 3 of my Nginx series. If you havent read first two, please read them before start this. Hope they would give you an idea about nginx (if you are not familiar with nginx). Part -1, Part-2. Lets get into the topic. Nginx can work as…

Nginx

3 min read


Jul 7, 2020

Nginx 101 — Part 2

I hope you have basic understanding about Nginx. What it is and how we can use it as a proxy. I have explained them in my previous port. Today lets talk about some other benefits we can get from Nginx (before going to LoadBalancing). This will be a shorter description. …

Nginx

1 min read

Nginx 101 — Part 2
Nginx 101 — Part 2

Jul 3, 2020

Linux Kernel Module Programming — Simplest example

Today lets talk about, How to write a simple Linux kernel module. Lets write a simple hello world module, and try to understand all the basic things defined in that program. For this guide, I assume you have basic understanding about. C programming language Makefiles As you already know, we…

Linux

4 min read

Linux Kernel Module Programming — Simplest example
Linux Kernel Module Programming — Simplest example
Sachith Muhandiram

Sachith Muhandiram

DevOps who is willing to learn and try new things.

Following
  • The Educative Team

    The Educative Team

  • Sanjiva Weerawarana

    Sanjiva Weerawarana

  • Mario Fernández

    Mario Fernández

  • Jimmy Ray

    Jimmy Ray

  • Vladimir Vivien

    Vladimir Vivien

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable