First, Morning Cup of Code, now, Human Readable Magazine. All code, no fluff. Articles by programmers (like Jonathan Boccara, Michael Kohl, and Andy Kitchen) for programmers. Soon on Kickstarter. First 100 backers get a limited edition launch issue and big subscription savings. Sign up now! | |
|
The pizza company has petitioned the Supreme Court to hear a three-year-old case that deals with whether Domino’s is legally required to make its websites and apps accessible to all users. Where do you stand on this? Should websites be accessible by default, or is it fair to ask users who are unable to use your website for whatever reason to pick up the phone to order some pizza? What about pizza places that don’t even have a website? Should they get sued as well? Say we define a minimum revenue: companies making over $X a year should have accessible websites. What if they don’t have a website at all? Should they be legally enforced to have a website, as well? Felt like these are interesting questions, so I started a Twitter thread. |
|
Earlier this year, a team of computer science researchers published a paper with a novel solution to relevance for natural queries: CROKAGE – the Crowd Knowledge Answer Generator. This service takes the description of a programming task as a query and then provides relevant, comprehensive programming solutions containing both code snippets and their succinct explanations. |
|
Jamf Now is an easy-to-use mobile device management solution for the Mac, iPhone, iPad and iPod devices at work Set up and configure all your devices quickly and consistently, deploy updates and reassign app licenses as needed, and have peace of mind knowing your data is safely secured with Jamf Now — all via one centralized, cloud-based solution. Manage your first 3 devices free, get started today. | |
|
The following unprefixed lifecycle methods will now issue console warnings: componentWillMount → UNSAFE_componentWillMount componentWillReceiveProps → UNSAFE_componentWillReceiveProps - componentWillUpdate → UNSAFE_componentWillUpdate There’s a few more non-breaking changes, notably around the performance Profiler , and details around the roadmap for upcoming releases. |
|
Hooks offer a lot of benefits for developers and are changing the way we write React code for the better. Eric covers everything from hooks for state & effects, context and reducers to creating your own! |
|
Kent helps navigate some React Hooks gotchas and how to avoid them. |
|
In development mode, React includes many warnings that help you find problems before they lead to bugs. However, the code necessary to detect such mistakes often increases the bundle size and makes the app run slower. |
|
We are looking for an experienced React Native developer to join the Chatterbug team in Berlin |
|
Just how much does TTFB matter when it comes to front-end performance? |
|
Ewan shares an approach he doesn’t hate to serverless Node.js applications and services. |
|
Dave tells us a bit about Svelte, shows how it works with a few live example apps, and gives us a few pointers to get started. |
|
|
Comments