swapnakpanda.hashnode.devIntroduction to esProc SPLBefore we discuss esProc SPL, it's important to understand what a database language is and why SQL is so commonly used. Once we understand the problem statement, we will travel to the world of esProc SPL. Objective of database language To clarify thi...Mar 26, 2023·18 min read
swapnakpanda.hashnode.devHello, World!Introduction When you plan to start learning a programming language, the very first program would most possibly to display "Hello, World!". Let's see how can we write it in 30 different languages. Let's Go!!! ➊ C #include <stdio.h> int main() { pri...Feb 26, 2022·2 min read
swapnakpanda.hashnode.dev25 Utility Code for your next JavaScript ProjectIntroduction When we start a new JavaScript project, often we spend so much time in writing utility code. Few prefer to include libraries which does all these utility tasks. Including a library is acceptable if we use most of its features. But for sm...Feb 14, 2022·7 min read