Jun 9, 2021Modified Fisher-Yates array shuffling algorithmHello Lovely Techies, While building a customized Bingo Card in React JS I had to shuffle the(5 * 5 = 25 cells) game board upon every time the game refreshed i.e when the component mounted thereby using the componentDidMount() hook This was the following slightly modified Fisher-Yates function that I…JavaScript1 min readJavaScript1 min read
May 18, 20214 CSS Magic one-liners (Part 1)4 CSS Magic one-liners (Part 1) Cascading Styling Sheets aka CSS code usually tend to be a nice game changing ingredient in a yummy coded web app. Simple CSS touches can enhance the User Interface and be an attractive User Experience mechanism enhancing performance and user satisfaction. Question — “Hold…Css Grid2 min readCss Grid2 min read
May 14, 2021Typescript Interfaces vs Type alias — how, where & when to use themAs you’ll peeps may already know TypeScript is a programming language developed and maintained by Microsoft. It is a strict syntactical superset of JavaScript and adds optional static typing to the language. TypeScript is mainly used for developing both client-side and server-side Javascript applications. Type definitions can be either in…Typescript2 min readTypescript2 min read
Mar 28, 2021Code-Wars Kata Coding Challenge — “Stop gninnipS My sdroW!”Code-Wars Kata Coding Challenge — “Stop gninnipS My sdroW!” This is a basic code challenge which helps you to flex your Data Structure & Algorithms knowledge, problem solving skills and more importantly improve your computational thinking (: Requirements — Write a function…JavaScript2 min readJavaScript2 min read