In Oracle Database, we can use PL/SQL and create stored procedure and functions. As for PostgreSQL, we can use and create function.
Here, we write the way to execute PL/pgSQL on the spot, without creating function.
Continue reading PostgreSQL: Execute PL/pgSQL Code on the Spot →
I wrote the code to convert string in Kotlin. This time I tried the following 4 patterns.
- Make first letter lower
- Make first letter upper
- Convert snake case string to camel case
- Convert camel case string to snake case
Continue reading Kotlin: String Conversion – First Letter to Lower/Upper, Camel Case and Snake Case →
I wrote the way to build structured layout in Rails.
You can use it when you want to use the same frame according to the page URLs. For example, to show control bar in admin pages.
Continue reading Rails: Structured Layout →
These days, I explain the difference between class and instance as follows.
Continue reading Difference between Class and Instance →
A Life Summary of an Gypsy