The introduction to Reactive Programming you've been missing
https://gist.github.com/staltz/868e7e9bc2a7b8c1f754
@ReactDev
https://gist.github.com/staltz/868e7e9bc2a7b8c1f754
@ReactDev
Gist
The introduction to Reactive Programming you've been missing
The introduction to Reactive Programming you've been missing - introrx.md
An introduction to Message Brokers ๐ฌ
https://medium.com/@xaviergeerinck/an-introduction-to-message-brokers-9bd203b4ebbd
@ReactDev
https://medium.com/@xaviergeerinck/an-introduction-to-message-brokers-9bd203b4ebbd
@ReactDev
Medium
An introduction to Message Brokers
What is a Message Broker?
copying Linux terminal output directly into clipboard
please comment your opinions on this vid and press like if you do so (its my first time uploading some tutorial :))
https://www.youtube.com/watch?v=tmS4adqEq14
#linux #tools
@ReactDev
please comment your opinions on this vid and press like if you do so (its my first time uploading some tutorial :))
https://www.youtube.com/watch?v=tmS4adqEq14
#linux #tools
@ReactDev
YouTube
copying Linux terminal output directly into clipboard
in this video I showed how to copy Linux terminal output directly to the clipboard using xclip command and linux pipes
An AI based startup requires a junior frontend developer
- The Ideal Candidate
o Front-End Development experience is essential.
o Proficient in HTML, CSS, Typescript
o Solid experience in React
o Familiar with Redux & Redux-Saga
o Familiar with Git
o Familiar with REST API Concepts
o 2 years of work experience
o Good writing and documentation skills
o knowing Agile methodology is prefered
- Contract Terms
o Full-time or project based
o Remote
Send your CVs to hr@calaq.ir
- The Ideal Candidate
o Front-End Development experience is essential.
o Proficient in HTML, CSS, Typescript
o Solid experience in React
o Familiar with Redux & Redux-Saga
o Familiar with Git
o Familiar with REST API Concepts
o 2 years of work experience
o Good writing and documentation skills
o knowing Agile methodology is prefered
- Contract Terms
o Full-time or project based
o Remote
Send your CVs to hr@calaq.ir
React & Modern Javascript pinned ยซAn AI based startup requires a junior frontend developer - The Ideal Candidate o Front-End Development experience is essential. o Proficient in HTML, CSS, Typescript o Solid experience in React o Familiar with Redux & Redux-Saga o Familiarโฆยป
Hi everyone.
I'm looking for remote job opportunities outside Iran (Preferred) or On Site jobs in Iran, i will upload my cv below.
Let's get in touch via emai, linkedin or @stfuBlyat id
I'm looking for remote job opportunities outside Iran (Preferred) or On Site jobs in Iran, i will upload my cv below.
Let's get in touch via emai, linkedin or @stfuBlyat id
React & Modern Javascript pinned ยซHi everyone. I'm looking for remote job opportunities outside Iran (Preferred) or On Site jobs in Iran, i will upload my cv below. Let's get in touch via emai, linkedin or @stfuBlyat idยป
He folks ๐๐ผ
Long time no see...
It's been a long time since the last post, Much has happened and I know I've been terribly busy with life ๐ Should we start posting again?
Long time no see...
It's been a long time since the last post, Much has happened and I know I've been terribly busy with life ๐ Should we start posting again?
Anonymous Poll
70%
Yes, the content was very useful
7%
Nope, I don't need it
22%
Meh I don't know...
An interesting discussion lately has been floating on social media about JS and its frameworks.
What do you think ๐ค
https://dev.to/zenstack/php-laravel-ruby-rails-javascript-36dc
#js #framework
@ReactDev ๐
What do you think ๐ค
https://dev.to/zenstack/php-laravel-ruby-rails-javascript-36dc
#js #framework
@ReactDev ๐
DEV Community
PHP: Laravel, Ruby: Rails, JavaScript:?
Recently, there has been a heated discussion on Twitter between JS developers and Laravel and Rails...
TypeScript mapped types allow you to create new types by transforming properties of an existing type. They provide a way to transform each property in a type according to certain rules. Mapped types are useful for scenarios where you need to apply the same operation to each property in a type.
https://refine.dev/blog/typescript-mapped-types/#introduction
#ts #typescript #types
@ReactDev ๐
https://refine.dev/blog/typescript-mapped-types/#introduction
#ts #typescript #types
@ReactDev ๐
refine.dev
TypeScript Mapped Types in Depth | Refine
This post provides an in-depth guide on how to derive mapped types in TypeScript.
When it comes to performance and javascript One very important thing you need to think about is Garbage Collection in JavaScript Runtimes ( in this case V8 ). This article from Egghead.io is a very good read on how to improve the overall performance of your applications memory usage by utilizing a technique called Object Pooling.
https://egghead.io/blog/object-pool-design-pattern
#javascript #performance #v8
@ReactDev ๐
https://egghead.io/blog/object-pool-design-pattern
#javascript #performance #v8
@ReactDev ๐
egghead
Improve Performance with the Object Pool Design Pattern in JavaScript
expert led courses for front-end web developers and teams that want to level up through straightforward and concise lessons on the most useful tools available.
Patterns For JavaScript Frontend Applications ๐
https://blog.cloudboost.io/the-state-of-web-applications-3f789a18b810
#article #javascript #frontend
@ReactDev ๐
https://blog.cloudboost.io/the-state-of-web-applications-3f789a18b810
#article #javascript #frontend
@ReactDev ๐
daily.dev
Patterns For JavaScript Frontend Applications | daily.dev
Patterns are crucial in managing the complexity of JavaScript frontend applications, much like they were in desktop and enterprise applications. By drawing on architectural patterns like MVVM, CQRS, and Flux, developers can better manage the state and interactionsโฆ