Here’s a List of App Ideas You Can Start Coding Today
Get some inspiration to help you sharpen your coding skills. Here's a list of app ideas you can practice today. - http://amp.gs/3KBN
#ideas
Get some inspiration to help you sharpen your coding skills. Here's a list of app ideas you can practice today. - http://amp.gs/3KBN
#ideas
Medium
Here’s a List of App Ideas You Can Start Coding Today
Inspiration to help you sharpen your coding skills
Middy 1.0: A Node Middleware Framework for AWS Lambda
Middy’s aim is to make writing serverless functions (hosted on AWS Lambda) easier by providing a familiar middleware abstraction to Node developers. The example in this post shows off the main benefit. - http://amp.gs/33eB
#nodejs
Middy’s aim is to make writing serverless functions (hosted on AWS Lambda) easier by providing a familiar middleware abstraction to Node developers. The example in this post shows off the main benefit. - http://amp.gs/33eB
#nodejs
loige.co
Middy 1.0.0 is here
Middy, the Node.js middleware framework for AWS Lambda, has finally graduated to 1.0.0! A long awaited milestone for the project. In this…
Angular 10/9 Tutorial and Example: Build your First Angular App
In this tutorial, we will learn by example to create a first application with Angular 10/9 from scratch. - http://amp.gs/3HBM
#angular
In this tutorial, we will learn by example to create a first application with Angular 10/9 from scratch. - http://amp.gs/3HBM
#angular
Techiediaries
Angular 10/9 Tutorial and Example: Build your First Angular App | Techiediaries
In this tutorial, you will learn to build your first Angular 10/9 application from scratch
How to Create Pure CSS Games
Elad Shechter will teach you how to create pure CSS games. - http://amp.gs/3wnJ
#css
Elad Shechter will teach you how to create pure CSS games. - http://amp.gs/3wnJ
#css
Medium
How to Create Pure CSS Games
How I Built a Pure CSS Game — No JS
Effective Code Splitting in React: A Practical Guide
Some techniques on implementing code-splitting, or breaking your code into modular bundles for better performance, in React projects. - http://amp.gs/3wLB
#react
Some techniques on implementing code-splitting, or breaking your code into modular bundles for better performance, in React projects. - http://amp.gs/3wLB
#react
Enjoy The Vue: End to End Testing with Amir Rustamzadeh
In this week's episode, we talk with @amirrustam about a topic that many developers often have a love/hate relationship with: end-to-end testing. Be sure to listen to this week's episode if you're looking for a good e2e solution for your Vue app. - http://amp.gs/3Xnb
#vue #podcast
In this week's episode, we talk with @amirrustam about a topic that many developers often have a love/hate relationship with: end-to-end testing. Be sure to listen to this week's episode if you're looking for a good e2e solution for your Vue app. - http://amp.gs/3Xnb
#vue #podcast
Rust and Node.js: A Match Made in Heaven?
This is technical stuff but using other languages, such as Rust, for building add-ons for Node is an interesting area. - http://amp.gs/3XOV
#nodejs #rust
This is technical stuff but using other languages, such as Rust, for building add-ons for Node is an interesting area. - http://amp.gs/3XOV
#nodejs #rust
LogRocket Blog
Rust and Node.js: A match made in heaven - LogRocket Blog
Worker threads are great, but they're not available in all supported versions of Node. Fortunately, you can use Rust to build a native add-on for Node.js.
Build Your Own React
Just wanted to revisit this if you want something really meaty to work on during the lockdown. It’s a well presented walkthrough of creating your own React-a-like from scratch. You’ll need some time set aside to follow along. It’s more advanced than the 33 line React-a-like we posted above. - http://amp.gs/3L8y
#react
Just wanted to revisit this if you want something really meaty to work on during the lockdown. It’s a well presented walkthrough of creating your own React-a-like from scratch. You’ll need some time set aside to follow along. It’s more advanced than the 33 line React-a-like we posted above. - http://amp.gs/3L8y
#react
❤1
Make Your Angular Directive Functionality Lazy
One of Netanel's recent tasks was to replace a legacy tooltip from their core components library with a new one. As always, he's not trying to reinvent the wheel. To begin this task, he first fiound a stable native open-source JS library that he can wrap and use. - http://amp.gs/3LLf
#angular
One of Netanel's recent tasks was to replace a legacy tooltip from their core components library with a new one. As always, he's not trying to reinvent the wheel. To begin this task, he first fiound a stable native open-source JS library that he can wrap and use. - http://amp.gs/3LLf
#angular
Medium
Make Your Angular Directive Functionality Lazy
One of my recent tasks was to replace a legacy tooltip from our core components library with a new one. As always, I’m not trying to…
700+ CSS Icons
Open-source CSS, SVG, and Figma UI icons, available in SVG Sprite, styled-components, NPM & API. - http://amp.gs/3WKI
#css #icons
Open-source CSS, SVG, and Figma UI icons, available in SVG Sprite, styled-components, NPM & API. - http://amp.gs/3WKI
#css #icons
css.gg
700+ CSS Icons, Customizable, Retina Ready & API
Pure CSS icons library, Customizable & Retina-Ready built 100% in pure CSS, SVG, SVG Sprite, styled-components, Figma and Adobe XD. Easy integration: Embed, NPM & API
Introducing Vue.js 3 Vite A No-Bundle Dev Server For Vue 3 Single File Components Evan You Tutorial
Vite is a Vue.js No-Bundle Development Server for Vue 3 Single File components. It's blazingly fast, and a great way to get started on Vue 3 today! It also has some cool things like HMR (hot module reloading). In this video we look at it getting it running with Vue 4 router too! - https://www.youtube.com/watch?feature=youtu.be&v=23ML0kHnjv4
#vue #video
Vite is a Vue.js No-Bundle Development Server for Vue 3 Single File components. It's blazingly fast, and a great way to get started on Vue 3 today! It also has some cool things like HMR (hot module reloading). In this video we look at it getting it running with Vue 4 router too! - https://www.youtube.com/watch?feature=youtu.be&v=23ML0kHnjv4
#vue #video
YouTube
Introducing Vue.js 3 Vite A No-Bundle Dev Server For Vue 3 Single File Components Evan You Tutorial
🚨 Enroll in my Vue Course and get free bonsues! https://bit.ly/2Tt30az
Vite is a Vue.js No-Bundle Development Server for Vue 3 Single File components. It's blazingly fast, and a great way to get started on Vue 3 today! It also has some cool things like HMR…
Vite is a Vue.js No-Bundle Development Server for Vue 3 Single File components. It's blazingly fast, and a great way to get started on Vue 3 today! It also has some cool things like HMR…
Four Tools for Web Scraping in Node
A walk through of a few different libraries (for scraping and parsing data directly from websites) to see how they work and how they compare to each other. - http://amp.gs/3oQG
#nodejs
A walk through of a few different libraries (for scraping and parsing data directly from websites) to see how they work and how they compare to each other. - http://amp.gs/3oQG
#nodejs
Building and Styling Tables with react-table v7
Creating tables with React can be a pain. react-table v7 provides a modern, Hooks-based API that helps us create tables in React with little hassle. - http://amp.gs/3MW6
#react
Creating tables with React can be a pain. react-table v7 provides a modern, Hooks-based API that helps us create tables in React with little hassle. - http://amp.gs/3MW6
#react
LogRocket Blog
What’s new in React Table v7? - LogRocket Blog
The latest version of React Table, react-table v7, provides a modern, Hooks-based API that helps us create tables in React with little hassle.
How a Few Lines of Code Broke Lots of Packages
Just under a week ago, people were reporting that create-react-app was broken. The culprit? A tiny change in a tiny dependency: is-promise. Luckily a fix was out very quickly and the creator of is-promise reflects on what happened here.
- http://amp.gs/3551
#news
Just under a week ago, people were reporting that create-react-app was broken. The culprit? A tiny change in a tiny dependency: is-promise. Luckily a fix was out very quickly and the creator of is-promise reflects on what happened here.
- http://amp.gs/3551
#news
Medium
is-promise post mortem
Last Saturday, I made the decision to try and catch up on some of the many contributions to my open source projects. One of the first pull…
Modern CSS Solutions for Old CSS Problems
Stephanie Eckles created a series that examines modern CSS solutions to common problems. - http://amp.gs/3c8D
#css
Stephanie Eckles created a series that examines modern CSS solutions to common problems. - http://amp.gs/3c8D
#css
The case for HOC vs The Composition API
In this article Abdelrahman compares Higher-Order Components (using scoped-slots) with the upcoming Composition API. I especially enjoyed the Vee-Validate v4 comparison. Check it out! - http://amp.gs/36jJ
#vue
In this article Abdelrahman compares Higher-Order Components (using scoped-slots) with the upcoming Composition API. I especially enjoyed the Vee-Validate v4 comparison. Check it out! - http://amp.gs/36jJ
#vue
Logaretm
The case for HOC vs The Composition API
Does the new composition API completely kills off HOCs?
How to create a complex dynamic form in Angular
Forms are a very important part of the web application. Sometimes we come to a scenario where forms element is static and well defined. Sometimes web application development goes beyond static forms to dynamic forms. Dynamic forms do not have static fields. Dynamic forms and controls can be generated based on certain events. In this article, we are going to generate controls based on the click of plus. Delete it on the click of minus buttons. - http://amp.gs/3bmT
#angular
Forms are a very important part of the web application. Sometimes we come to a scenario where forms element is static and well defined. Sometimes web application development goes beyond static forms to dynamic forms. Dynamic forms do not have static fields. Dynamic forms and controls can be generated based on certain events. In this article, we are going to generate controls based on the click of plus. Delete it on the click of minus buttons. - http://amp.gs/3bmT
#angular
Medium
How to create a complex dynamic form in Angular
Forms are a very important part of the web application. Sometimes we come to a scenario where forms element is static and well defined…
Six Platforms for Hosting a Node App in 2020
Of course, you can run a Node app pretty much anywhere there’s a server, but some platforms make it easier than others. These all have free tiers too. Glitch, Nowsh (now Vercel) and Heroku are particular favorites of ours at Cooperpress. — http://amp.gs/HjBj
#nodejs
Of course, you can run a Node app pretty much anywhere there’s a server, but some platforms make it easier than others. These all have free tiers too. Glitch, Nowsh (now Vercel) and Heroku are particular favorites of ours at Cooperpress. — http://amp.gs/HjBj
#nodejs