Skip to main content

Tribute to my father...



This is an idea came to my mind several times that I should post into blog someday.This is a real story of my father which gave me an important lession -
"Never give up.Try and Try.One day
you'll be success".

So thought of sharing with others too.
Couple of years back,when my father was retired(on Jan 2009) he was so upset about it, with the mind of what else remian to do by him afterwards.So on first two months he spent it with a lazy plan-sleep,eat,a simple walk,read newspapers,so on.
But finally he got a different idea of starting back his hobby of planting.But then the major issue appeared.So is there any enough space remain in our garden,except cutting down current planted trees? No way.Why no way?Yaa there is a one way.Finally he found it.Ya he thought to him self "I must starting planting on the slab".



In our home,up-floor was not yet built.So slab is remaining.But when he told this idea to us,we were wondering how he could manage the task.No soil on the slab,only concrete.When we arose this question,he told 'I'm going to plant in bags.I can manage to carry prepared soil bags from ground to slab,then planting and looking after them'.So that's how the starting of slab plantation began.He planted vegetables as
  • Tomatoes,



  • Ladies Fingers,



  • String Beans,


  • Green Peppers,


  • Bitter Gourds,


  • 'Malu Miris'


  • 'pathola','dabala',someof leaves as mugunuwenna','gotukola','gendha','sarana','nivithi'


  • 'rathu thampala'


and also some of 'kulubadu' as 'kaha'and 'ighuru'.



(sorry I don't no m
eanings for some planted types.So I mentioned their sinhala names).
The important part of the story happened middle of it's going.Though I mentioned it as the important part , to me it's a very sad situation.because my father paralyzed as unexpected and one leg of his was unavailable to move while got a severe difficulty to talk. But even in such a situation he never lose his encourage,with the treatments and excercises he could able to recover and make his leg for some improving status -with able to walk.But it's not means he recovered 100% and doctors advised him to rest.But he was able to manage walking and talking. When he was in hospital,we looked after his plantation,since we knew he was worrying about it.So when he got back to home from hospital we had a doubt of whether he'll continue with his gardening.But you know,story happened in the other way.He again started his hobby.It's really hard and painful to step up to slab from ground with plant bags full of sand.But he never lose his courage.Any how he did it.All the time we couldn't give our support.But he put his effort and somehow manage it with keeping a smile.All the photos included in here express the result of his never loosing courage.
And the current story is,we are so lucky to get home made fresh vegetables,and leaves for our meals.That's because of your courage dear father.I know how hard and painful to do slab plantaion with having a problem in walking.But you succeded.Thank you very much dear father for your life time valuable lession tought us in a silent way.Any thing in our life can be made as our wish ,if we set our mind to 'wisdom'.

Comments

  1. so inspiring post Lala.. Send my regards and appreciations to your dad..

    Thank you.
    Kathiravelu Pradeeban.

    ReplyDelete
  2. Dear Lalaji,
    Sorry to hear about your father. Hope he's doing better now. A google search I made on "rathu thampala" directed me here. Myself and a friend are running a small nutritive therapy clinic in Colombo and we frequently prescribe "rathu thampala" as a medicine for our patients. We don't need large quantities but we need it as a regular supply of moderate amounts. Would you be able to supply us some? At a reasonable cost of course! If interested, please email me at bimsara@gmail.com.
    Keep up the good work.
    bimsara

    ReplyDelete

Post a Comment

Popular posts from this blog

Passing end-user details from client to real backend endpoint via JWT token

In real-world business system,WSO2 API Manager useful on exposing company APIs, in a secured and controlled manner with the features provided by APIManager as; OAuth support [To secure API invocations] Throttling support [To control API invocations] Monitoring support [To track API usage] More technically what happening is when a user sends a particular API request,it will goes to WSO2 APIManager node and from there,the request will route to the real implemented back-end endpoint of the particular API and get back the response and returned it to the API invoked user. There can be a use-case,that this back-end endpoint may expect the details of API invoked user as to pass those details to some internal company usage  as; Additional authentication/authorization Track usage data from an internal system. So how to support above requirement from WSO2 AM. There comes the use of JSON Web Token[JWT] implementation done inside WSO2 AM. JWT is a means of representing claims to...

How to rollback/commit processing messages from WSO2 ESB when enabled JMS transaction

This blog post describes the below use-case where WSO2 ESB 4.6.0 act as the intermediate channel in-between two JMS queues. The Use-case First messages will be de-queue to a proxy service deployed in WSO2 ESB from an queue in ActiveMQ message broker. Then inside ESB,the incoming messages will undergo with some message mediation flow and then the message will be send to another JMS queue deployed in JBoss server. Inside the ESB,following failures could be happen;            a) Failures during message mediation process failure inside ESB [for example if you                use   dbreportmediator/lookup mediator inside mediation flow,some times failures can                happen due  to database connection failures]          b) Message sending failure,due to endpoint is unavailability.[For example,the JBoss  ...

TPP Journey through WSO2 Open Banking

Introduction 2018 is all set to be a game-changing year for European banking. The Revised Payment Services Directive (PSD2) has opened the door to new third party providers [TPPs] to connect with banks and manage finances of bank customers on behalf of them. The PSD2 regulation has mandated banks to expose their core-banking account data and payment services to authorized TPPs to consume. Thus as a bank it’s essential to have a solution which will securely expose their internal banking services to third party providers in a trusted manner. WSO2 Open Banking solution provides all required components to expose bank APIs in a well secured manner in order to become PSD2 compliant. This article explains about the importance of the TPP role in PSD2 domain, the requirements set that banks need to provide for TPPs by PSD2 regulations and how WSO2 Open Banking solution supports these requirements.  From my last blog ,I have given an introduction for PSD2 and WSO2 Open Banking soluti...