This is my personal website, and I want to add a lot of things to it. Recently, I have been making many changes to the website and have developed an obsession with adding new features or improvements daily.
The future
Who am I?!
This is the question I’ve asked myself the most in life. Yet, I’ve never been able to find a definitive answer...
The promise
I know that one day I will collapse,
And hopefully, you won’t witness it.
I will make sure that, until your last breath,
I’ll stay strong and keep us stronger.
That’s the promise I made—to hold you
Forever.
It's you
You are the most precious gift
you could ever wish for.
You are the light that guides you
through the darkest nights.
You are the Santa
you’ve always dreamed of.
You are the Christmas
you’ve been waiting for.
Understanding Suspense
React Suspense comes handy when you want to show an indication to user that something is loading in your app. Loader is the simplest example for a Suspense component. Let’s deep dive into the details of Suspense.
Varchar datatype limits
For NVARCHAR2 and VARCHAR2 maximum size is 4000 bytes, or 32767 bytes if the MAX_STRING_SIZE initialization parameter is set to EXTENDED. This is useful you have to allocate more data to a variable.
You can run the below command to view the parameter.
show parameter MAX_STRING_SIZE;
References
33 for 33
Today, I turned 33. Over the years, life has taught me countless lessons, some easy, some hard. As I look ahead, I hope for many more opportunities to learn and grow...
Hope
To my daughter,
In the midst of the war,
Amid the heart-aching pain,
Through the windy nights,
On my darkest days,
You are my hope.
Hosting your Hugo site on Netlify
When I have built this website, I had checked for a free static host solution which is easy to use and maintain. After a little research I landed on Netlify...