Open sourceHow to Indicate Content Overflow with React ScrollfadeLearn about a React component that dynamically fades out the bottom of an HTML element based on the scrollbar's position.
Open sourceInternationalize your React App with React IntlWhat is internationalization (i18n), and why is it important? Learn how to extract messages and generate auto-id.
Open sourceIs well-formatted code important today?A set of rules of what make a code beautiful and understandable to other developers.
Open sourceHow we use Git commit messagesCommit messages are an important means of communication between developer team members. It is true for greenfield projects too, but essential...