Site Point Understanding module.exports and exports in Node.js by Admin November 27, 2019 0 In programming, modules are self-contained units of functionality that can be shared and reused across projects. They make our lives... Read more
Site Point How to Sort an Array of Objects in JavaScript — SitePoint by Admin November 26, 2019 0 If you have an array of objects that you need to sort into a certain order, you might be tempted... Read more
Site Point Tips, Tricks and Best Practices for Success — SitePoint by Admin November 26, 2019 0 There are lots of advantages to working away from the office, both for developers and for the companies that employ... Read more
Site Point Create a Toggle Switch in React as a Reusable Component — SitePoint by Admin November 22, 2019 0 In this article, we’re going to create an iOS-inspired toggle switch using React components. By the end, we’ll have built... Read more
Site Point Compile-time Immutability in TypeScript — SitePoint by Admin November 21, 2019 0 TypeScript allows us to decorate specification-compliant ECMAScript with type information that we can analyze and output as plain JavaScript using... Read more
Site Point Getting Started with Puppeteer — SitePoint by Admin November 15, 2019 0 Browser developer tools provide an amazing array of options for delving under the hood of websites and web apps. These... Read more
Site Point Getting Started with the React Native Navigation Library — SitePoint by Admin November 14, 2019 0 One of the most important aspects of React Native app development is the navigation. It’s what allows users to get... Read more
Site Point How TypeScript Makes You a Better JavaScript Developer — SitePoint by Admin November 13, 2019 0 What do Airbnb, Google, Lyft and Asana have in common? They’ve all migrated several codebases to TypeScript. Whether it is... Read more
Site Point Face Detection and Recognition with Keras — SitePoint by Admin November 8, 2019 0 If you’re a regular user of Google Photos, you may have noticed how the application automatically extracts and groups faces... Read more
Site Point React Native End-to-end Testing and Automation with Detox — SitePoint by Admin November 7, 2019 0 Detox is an end-to-end testing and automation framework that runs on a device or a simulator, just like an actual... Read more