We are proud of being a partner 🤝 on @MuleSoft 's journey, already for 6 years.
Our latest connector Dropbox User for their Anypoint Platform is out now! #Cloud#dropbox
If you're ever feeling down about your code, keep your chin up: I just noticed the AWS SDK has had this for six years 😬
(you can't compare arrays like this in JS)
Do you know Nullish coalescing operator - ?? in #javascript. It allows you set fallback value and works correctly even with false values in contrary to the logical OR operator - ||. Learn more in https://t.co/hoY04LUY1y #v8
Awesome that CSS-in-JS styles are editable now in @ChromeDevTools 85. You can leverage your favorite library as #styledcomponents for #react and edit styles in devtools. To learn more see https://t.co/iy7jL3TDld #javascript
Do you know all the pros and cons of event sourcing? What are the main reasons to adopt it and what are the trade-offs u will have to make? Have a look at the overview from @adamwarski here: https://t.co/whvb1Duw6S #eventsourcing#java
Awesome how @javascript optional chaining simplifies working with data structures and API responses. Best is that now nearly all browsers support it! https://t.co/PdK02PwuFu #optionalchaining
Are you interested in the future of #javascript? Browse the features proposals here: https://t.co/Xf6DLYeX8w. A lot of devs that prefer functional programming are waiting for pipeline operator ("|>") support - currently at stage 1 of @TC39 process. #javascript
For those who look for tech "under the hood" kind of reading - check this @indepth_dev overview of the reconciliation process in @reactjs from @maxkoretskyi: https://t.co/NkTAv6DeDb #javascript
Will @micronautfw spark a movement to reduce reflection/runtime proxies by using #annotationprocessors as a static meta-programming technique? Json parsers, #ORMtools are valid targets.