In this article, we’re going to create an iOS-inspired toggle switch using React components. By the end, we’ll have built a simple demo React App that uses our custom toggle switch component. We could use third-party libraries for this, but building from scratch allows us to better understand how our […]
Daily Archives: November 22, 2019
TypeScript allows us to decorate specification-compliant ECMAScript with type information that we can analyze and output as plain JavaScript using a dedicated compiler. In large-scale projects, this sort of static analysis can catch potential bugs ahead of resorting to lengthy debugging sessions, let alone deploying to production. However, reference types […]
Part one of a series covering the use of command line tools like PHP CS Fixer & PHP CodeSniffer to aid in migrating a legacy PHP application from v 5.6 to 7.3.
Apologizes, this isn’t directly PHP related but figured the audience would be able to assist. Have any of you allowed an external company (potential purchaser) to review your code base; and if so how did you secure your code against theft? Looking for legal, and technical approaches. Edit: The company […]