• JavaScript

    JavaScript – Find unique array

    Here I will explain how to find an unique array from an array which has duplicates. There are different methods to find the unique elements in an array. Here lets use ES6 functions reduce and find. Checkout the working code sample below See the Pen Unique array using reduce and find by Kiran (@kiranvj) on CodePen. Happy coding…..

  • ReactJS

    React Table 7.x – Hide Column Header Row

    Scenario: I am using the new React Table 7x (the headless component). By default there will be a column header for the entire table columns. You can give empty string so that the Header will not be shown. By the problem is that row in html will be still rendered (see the below image). So I want to hide the entire row in html. I am using Material Table with react-table to render the table. Solution Add a custom key hideHeader:Β false, in the columns variable. In the Material table check for this key. This should remove the empty row from html output. Happy coding 🌟 πŸŽ„ πŸŽ… 🦌

  • Design,  General

    5 design resources for illustrations

    These are the 5 design resources I mainly use. 1. humaaans Website: https://www.humaaans.com/ License : CC – Free for commercial or personal use As the website name says, the illustrations are mostly related to humans. You can download the assets in png, svg, sketch formats Download formats: png, svg, sketch 2. Undraw Website : https://undraw.co/ License: Free to use for personal and commercial projects, without the need to include attribution. Even though its free, whenever possible give credits to the designer/developer. These things needs time and effort. Download formats: svg, png 3. Pixabay One of the best sites for free vectors and png files Website: https://pixabay.com/ License: mostly Pixabay License…