Social Interactions | Analytics for Web (analytics.js)
About HTML semantics and front-end architecture – Nicolas Gallagher
A critical look the term 'semantic HTML' and the limitations it has created for web engineers
CSS Utility Classes and "Separation of Concerns"
Over the last several years, the way I write CSS has transitioned from a "semantic" approach to something more like what people call "functional CSS." In this post I explain how I got to this point and share some of the lessons and insights I've picked up along the way.
jestjs - testing private functions in typescript with jest - Stack Overflow
In the below code my test case was passed as expected but i am using stryker for mutation testing , handleError function is survived in mutation testing , so i want to kill the mutant by testing the
Duende Software
We help companies using .NET to build identity and access control solutions for modern applications.
Test the Preview Vercel Deploys | Better world by better software
The site Vercel deployment Index page Preview deploys Testing Testing previews Bonus: print the GitHub event and values GitHub Checks Cypress Dashboard Cypress GH Integration More info The s
Things You Can Do With CSS Today — Smashing Magazine
The present and future of CSS are very bright indeed and if you take a pragmatic, progressive approach to your CSS, then things will continue to get better and better on your projects, too.
Bulletproof flag components | Jay Freestone
A resilient take on a flag component using CSS Grid. A flag is similar to the ubiquitous media object, but with a more nuanced alignment.
Coding is Not Computer Science – r y x, r
Coding is computer science in the same way that buying something at the store is economics, or talking to your neighbor is sociology. Buying a widget at the store is governed by dynamics described …
TypeScript: Low maintenance types
I write a lot about TypeScript and I enjoy the benefits it gives me in my daily work a lot. But I have a confession to make, I don’t really like writing types or type annotations. I’m really happy that TypeScript can infer so much out of my usage when writing regular JavaScript so I’m not bothered writing anything extra.
Angular - Route
Angular is a platform for building mobile and desktop web applications. Join the community of millions of developers who build compelling user interfaces with Angular.
typescript - I get "Http failure response for (unknown url): 0 Unknown Error" instead of actual error message in Angular - Stack Overflow
I'm using Angular 4 HttpClient to send requests to external service. It is a very standard setup:
this.httpClient.get(url).subscribe(response = {
//do something with response
}, err = {
Converting Chart.js canvas chart to image using .toDataUrl() results in blank image - Stack Overflow
I am using Chart.js. I am trying to convert the chart to an image by getting a base 64 string. The tutorial (http://www.chartjs.org/docs/) devotes an entire 1 line on the topic:
The canvas element
An Easy Javascript Error Logger using Google Analytics
trekhleb/javascript-algorithms: 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
300+ React Interview Questions - DEV Community 👩💻👨💻
Today I prepared a huge list of React Interview Questions from this awesome repo For more info, I...
Art of Code — Why you should write more Pseudo Code | by Yonatan Doron | Medium
How constantly composing solutions to daily problems with the aid of Pseudo Code can help us become better developers
The Analytics That Matter | CSS-Tricks
I've long been skeptical of quoting global browser usage percentages to justify their usage of browser features. It doesn't matter what global usage of a
Learn Rust by writing a simple game | Opensource.com
When you want to learn a new programming language, it's good to focus on the things programming languages have in common:
Introducing Zero-Bundle-Size React Server Components – React Blog
2020 has been a long year. As it comes to an end we wanted to share a special Holiday Update on our research into zero-bundle-size React Server Components. To introduce React Server Components, we have prepared a talk and a demo. If you want, you can check them out during the holidays, or later when work picks back up in the new year. React Server Components are still in research and development. We are sharing this work in the spirit of transparency and to get initial feedback from the React…
24 days of #JavaScriptmas
Level up your JavaScript skills with a daily coding challenge from December 1st to 24th. Every day, we'll pick a winner who gets Scrimba Pro for a year (worth $150). On Christmas Eve, a winner gets $1000.
Houdini.how
The community-driven resource library of CSS Houdini worklets. Learn about CSS Houdini, its APIs, usage, polyfills, and browser status, to take advantage of the Houdini APIs today.
Why you need an engineering ladder, and when to build one | LeadDev
Facilitate an engineering culture of fairness, transparency, and consistency
Save Your Hands and Save Your Time: Rethinking How to Use a Keyboard from @johnlindquist on @eggheadio
After GDPR, The New York Times cut off ad exchanges in Europe - and kept growing ad revenue - Digiday
The New York Times shortly tested re-introducing open-exchange programmatic ad buying last fall but didn't pursue it.
TILs From the Epic React Advanced Hooks Workshop :: rockyourcode
Here are some notes from the Epic React workshop Advanced Hooks. Function Dependencies in useEffect We use the useEffect hook to run side effects in React. The hook has a “dependency array” which tells it when to fire. That works fine if the trigger is a variable. Like this: const [count, setCount] = useState(0) React.useEffect(() = { // Update the document title using the browser API document.title = `You clicked ${count} times` }, [count]) //
No One Ever Got Fired for Choosing React — jake lazaroff
If you spend a lot of time on Hacker News, it’s easy to get taken by the allure of building a web app without a framework. There are a bunch of potential advantages (no bloat! bespoke to your project!) and being able to say you built something with minimal dependencies gets you Engineer Points. That is, if you can pull it off.
The Story of MyCodeSchool: Tragedy, Triumph, and Two Friends Who Changed Programmer Education Forever
I first started learning to code in 2012. And there was one YouTube channel that all my friends used to learn algorithms and data structures: MyCodeSchool. Within minutes of watching MyCodeSchool, you could immediately tell that: 1. These developers were really passionate about computer science. And 2. They
Angular Service Worker: Dealing With Updates | DigitalOcean
The @angular /service-worker package comes with a SwUpdate class that makes it easy to deal with updated apps. Let’s see how it can be used.
Creating UI Components in SVG | CSS-Tricks
I’m thoroughly convinced that SVG unlocks a whole entire world of building interfaces on the web. It might seem daunting to learn SVG at first, but you have a