This is cool service to compress svg files. Give it 1 minute to try. You can suggest your client to compress all svg files in your profile. And VA could help you! https://jakearchibald.github.io/svgomg/
use-media
useMedia React sensor hook that tracks state of a CSS media query. Depending on your testing setup, you may need to mock window.matchMedia on components that utilize the useMedia hook. import useMedia from ‘use-media’;// Alternatively, you can import as:// import {useMedia} from ‘use-media’;const Demo = () => { // Accepts an object of features to test const isWide = useMedia({minWidth: …
Unexpected behavior of PostgreSql
When you sort data in PostgreSql, using `order by` clause, its behavior is special. When there are null values in the column data, `order by column DESC` puts null values first. For example, there are only 4 rows with values ‘1’, ‘2’, ‘3’, null for column ‘A’, if developer uses `order by A DESC`, row …
Atlas Kit
AtlasKit is the technical implementation of the Atlassian Design Guideline. It is a collection of reusable components that can be downloaded independently into your projects. Each component is also independently versioned and published to npm. https://bitbucket.org/atlassian/atlaskit/src/master/ https://atlassian.design/
Big Blue Button
BigBlueButton is an open source web conferencing system. BigBlueButton supports real-time sharing of audio, video, slides (with whiteboard controls), chat, and the screen. Instructors can engage remote students with polling, emojis, multi-user whiteboard, and breakout rooms. Presenters can record and playback content for later sharing with others. FREE, OPEN SOURCE, NO DEPENDENCY
Golden Layout
Please check and play! http://golden-layout.com/ Npm package for app layout for SPAs with React or Angular. We can reduce time to do layout work in SPAs!
Sendgrid integration to Laravel
When integrating sendgrid to laravel, you need to give username and password to laravel as env variables. Here one thing to notice is that, if username does not work, try to change it to apiKey. It will work magically.