KGKrishna Guptaincodewithkrishna.hashnode.dev路May 18, 2022 路 4 min readGenerate funny memes programmaticallyYou see hundreds of memes daily and many of them are really very funny. You can create memes from any app, but do you know that you can create memes programmatically too? Yes and TBH it's very easy! 馃構 I know your expressions after listening this: 馃槀...00
KGKrishna Guptaincodewithkrishna.hashnode.dev路Aug 21, 2021 路 6 min readCSS Positioning: Let's understand them one by oneIntroduction "Position" is very important topic of CSS, I've seen many people who have confusions, even senior developers get confused in it sometimes. Does it is too much hard? No. It is too much easy to understand! Do you know that position is imp...00
KGKrishna Guptaincodewithkrishna.hashnode.dev路Aug 14, 2021 路 2 min readData-Types in JavaScript (Primitive and Reference) with ExamplesData types are of 2 types- Primitive data-type Reference data-type A Primitive data-type is not an object and it has no methods. Primitive data-types are base data-type. A Reference data-types are objects and arrays (technically one, since arrays...02PF
KGKrishna Guptaincodewithkrishna.hashnode.dev路Aug 13, 2021 路 2 min readSelectors to use in CSSThere are many selectors in css you can use for targeting the elements, here are some selectors you must know! Firstly what is selector? CSS selectors are used for finding or targeting the element which you want to style. Do you know, how many types...05KIFMO