frontendweekly1 Profile Banner
Frontend Weekly Profile
Frontend Weekly

@frontendweekly1

Followers
2K
Following
4K
Media
7K
Statuses
9K

The best of frontend development updates delivered weekly to your inbox.

Ashburn, VA
Joined June 2016
Don't wanna be here? Send us removal request.
@frontendweekly1
Frontend Weekly
3 years
When you declare a variable in a function, that variable is only visible within the function. Read the full article: Get Familiar with JavaScript Scope.▸ #Programming #JavaScript
Tweet media one
0
1
4
@frontendweekly1
Frontend Weekly
3 years
Easy Guide to Integrating Facebook Login with Flutter (Android). Read the full article: Easy Guide to Integrating Facebook Login with Flutter (Android).▸ #JavaScript #Programming
Tweet media one
0
1
0
@frontendweekly1
Frontend Weekly
3 years
We should add an optional total input that accepts a number, so we know what to compare the progress input to. Read more 👉 #JavaScript #Programming
Tweet media one
0
1
2
@frontendweekly1
Frontend Weekly
3 years
Lazy loading technique is very useful when we break down our angular application module wise. Read the full article: Angular Lazy Loading.▸ #JavaScript #Programming
Tweet media one
0
1
1
@frontendweekly1
Frontend Weekly
3 years
Data sharing between components is an essential knowledge that everyone should have before starting their first Angular application. Read the full article: Sharing Data Between Angular Components.▸ #JavaScript #Programming
Tweet media one
0
3
2
@frontendweekly1
Frontend Weekly
3 years
There are many different ways that we can use one-way data binding in our Angular application. Read more 👉 #Programming #JavaScript
Tweet media one
0
1
1
@frontendweekly1
Frontend Weekly
3 years
webpack By Example: Part 6: #JavaScript #Programming
Tweet media one
0
1
3
@frontendweekly1
Frontend Weekly
3 years
Interface TodosListProps { todos: TodoEntity[]; addTodo: (todo: TodoEntity) => void; search: TodosSearchProps;}. Read more 👉 #Programming #JavaScript
Tweet media one
0
1
1
@frontendweekly1
Frontend Weekly
3 years
Checkout the Vue - A Beginners Introduction to Vue.js.▸ #JavaScript #Programming
Tweet media one
0
1
1
@frontendweekly1
Frontend Weekly
3 years
As I was dabbling into creating a login feature for a chat messenger, I ran into an issue in implementing bcrypt in a react component. Read more 👉 #Programming #JavaScript
Tweet media one
0
1
0
@frontendweekly1
Frontend Weekly
3 years
Passing methods as props in Vue.js: #Programming #JavaScript
Tweet media one
0
1
1
@frontendweekly1
Frontend Weekly
3 years
Whereas framework such as React have a sophisticated build system that disables various checks and error for production deployments, various browser-specific optimizations. Read the full article: The beauty of simplicity.▸ #Programming #JavaScript
Tweet media one
0
1
0
@frontendweekly1
Frontend Weekly
3 years
Garbage collection detects and reclaims inaccessible memory objects, in order to free up memory. Read the full article: My Node.js memory leak and some memory management and garbage collection.▸ #Programming #JavaScript
Tweet media one
0
1
0
@frontendweekly1
Frontend Weekly
3 years
Some say this is callback hell, but we only went a couple layers deep so it’s really more like callback purgatory. Read the full article: Promises in Node.js 8.x Core.▸ #Programming #JavaScript
Tweet media one
0
1
1
@frontendweekly1
Frontend Weekly
3 years
The whole form group is shrunk because the size prop is set to 'sm'. Read more 👉 #Programming #JavaScript
Tweet media one
0
1
1
@frontendweekly1
Frontend Weekly
3 years
The autofocus prop lets us set the focus of the dropdown select. Read more 👉 #Programming #JavaScript
Tweet media one
0
1
2
@frontendweekly1
Frontend Weekly
3 years
In order to create an “outline” for text, we would need to use the CSS property: -webkit-text-stroke-width and -webkit-text-stroke-color. Read the full article: 9 fancy title design in CSS you need to learn now.▸ #JavaScript #Programming
Tweet media one
0
1
0
@frontendweekly1
Frontend Weekly
3 years
Inside /src/server/index.js , add the following. Read the full article: Getting Started: React app with Express server.▸ #Programming #JavaScript
Tweet media one
0
1
1
@frontendweekly1
Frontend Weekly
3 years
Inside a redux app there is one particular function that takes the previous state and the action being dispatched, and returns the next state of the application. Read the full article: Vanilla Redux.▸ #JavaScript #Programming
Tweet media one
0
3
3
@frontendweekly1
Frontend Weekly
3 years
That Action — Reducer pattern instantly gained traction among React programmers. Read the full article: You may not need Redux.▸ #Programming #JavaScript
Tweet media one
0
1
2