Keeping your development resources organized with Notion
Keep your development resources in one place and organize them efficiently with Notion.
π 152
Keep your development resources in one place and organize them efficiently with Notion.
π 152
Fix a bug in a third party dependency without waiting for it to be approved and published by the maintainers.
π 647
A small snippet for my future self.
π 2,602
How to use headings in web pages to help users get a sense of the pageβs organization and structure without breaking accessibility.
π 26
Cheat Sheets that always save my time during web development π
π 187
If you're an open source project maintainer or you plan to create one, you should consider using CodeSandbox CI in your project configuration. CodeSandbox CI it's an awesome GitHub application that auto-builds your open source project from pull requests. This can save a lot of time and effort to test and approve the changes.
π 176
This is the 5th part of the blog series "Build a scalable front-end with Rush monorepo and React". In this post we'll add VSCode configurations to have a better development experience with monorepo.
π 619
This is the 4th part of the blog series "Build a scalable front-end with Rush monorepo and React". In this post we'll configure a deployment workflow with Github Actions and Netlify.
π 687
This is the 3rd part of the blog series "Build a scalable front-end with Rush monorepo and React". In this post we'll add a shared ESLint configuration and we'll use it together with lint-staged.
π 908
This is the 2nd part of the blog series "Build a scalable front-end with Rush monorepo and React". In this post we'll create a build tools package with Webpack and Jest.
π 569
This is the 1st part of the blog series "Build a scalable front-end with Rush monorepo and React". In this post, we'll init a new Rush monorepo and we'll import the projects without losing git history. We'll also add Prettier to format the code for the entire repository.
π 704
Weβre living in pretty eventful times for React. Late December 2018 saw the release of version 16.7 which included an important performance bug fix for βReact.lazyβ. But, no other API (application programming interface) changes were delivered. For that reason, Iβm doing a deep dive into React version 16.6, released in October 2018, just a few days before React Day in Berlin.
π 52
This article aims to show some tricks that can be used in Angular to make the code cleaner and improve the performance of your application.
π 78