ianmstew's profile picture.

Ian Stewart

@ianmstew

Ian Stewart reposted

In some of my single developer frontend apps, started pushing built code to git rather running npm install and build in CI. And it actually saving some money and lot of build time. #javascript


Ian Stewart reposted

This could revolutionize how people use #RxJS! You can try out the pipeline operator in TypeScript now. (source$ |> map(fn) |> concatMap(fn)).subscribe(fn) 🎉🎉🎉

FYI for functional programmers using TypeScript; the day many never thought would come has arrived: TypeScript has added support for the core functionality of Pipeline operator; details on activating it can be found here via the PR a couple of weeks ago: github.com/microsoft/Type…

github.com

Add support for F#-style Pipeline Operator by Pokute · Pull Request #38305 · microsoft/TypeScript

PR adding pipeline operator support to TypeScript. The proposal is currently a stage 1 proposal for EcmaScript. It "introduces a new operator |> similar to F#, OCaml, Elixir, Elm, J...



Ian Stewart reposted

“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” - Martin Fowler


Ian Stewart reposted

"Use Grid for layout, Flexbox for components": bit.ly/gr-fl Great tips on how to decide what fits your use-case by @shadeed9

addyosmani's tweet image. "Use Grid for layout, Flexbox for components": bit.ly/gr-fl Great tips on how to decide what fits your use-case by @shadeed9

Ian Stewart reposted

This is a hacking scene from the Netflix show El Dragón... 😂

EddyVinckk's tweet image. This is a hacking scene from the Netflix show El Dragón... 😂

Ian Stewart reposted

"Sorry I won’t turn on my camera because I look like a gremlin who crawled out of a cave." Me, every single day.

EmmaBostian's tweet image. "Sorry I won’t turn on my camera because I look like a gremlin who crawled out of a cave."

Me, every single day.

Ian Stewart reposted
dabit3's tweet image.

Ian Stewart reposted

"If all else fails, delete node_modules and start again"

EmmaBostian's tweet image. "If all else fails, delete node_modules and start again"

Ian Stewart reposted

🎉 Announcing React Table v7! 🎉 Full feature list and release notes below! Over a year of work went into this with help from tons of contributors & motivation from sponsors. Thanks to everyone for helping me pull this off! #TanStack #React #Javascript github.com/tannerlinsley/…


Ian Stewart reposted

me: no for the millionth time, when I worked at Zillow I had no influence over the zestimate algorithm, please stop asking me also me to my friends at netflix: how come it always shows me romantic movies when my favorite genre is horror can you fix it


Ian Stewart reposted

I can't wait to launch into the React universe with you on epicreact.dev! 👩‍🚀 🚀 #epicreact


Ian Stewart reposted

99.9% of the time, `data` is a horrible name for a variable. See also `x`, `val`, `item`, etc. Unless you truly don't know what it is, give it a real name.


Ian Stewart reposted

Tip: In @ChromeDevTools, right-click a network request and select Copy > Copy as Node.js fetch to get a fetch() that includes cookie data. New in Chrome 81.

addyosmani's tweet image. Tip: In @ChromeDevTools, right-click a network request and select Copy > Copy as Node.js fetch to get a fetch() that includes cookie data. New in Chrome 81.

Ian Stewart reposted

CSS backdrop-filter applies filters to only what is *behind* an element: web.dev/backdrop-filter ~ great for translucence, blurring and many other effects.


Ian Stewart reposted

We're excited to release the highly-anticipated support for @Firefox and the new @MicrosoftEdge browsers in Cypress 4.0 🎉 bit.ly/39izARZ


Ian Stewart reposted

Junior dev: My code is simple and easy to understand. Mid-level dev: My code is subtle, clever, innovative, expressive, hyper-optimized, and ingenious. Senior dev: My code is simple and easy to understand.


Ian Stewart reposted

Clean Code concepts for JavaScript: bit.ly/clean-code-js ~ a huge collection of patterns for writing readable, reusable, and refactorable code. By @ryconoclast

addyosmani's tweet image. Clean Code concepts for JavaScript: bit.ly/clean-code-js ~ a huge collection of patterns for writing readable, reusable, and refactorable code. By @ryconoclast

Ian Stewart reposted

4 layouts for the price of 1, thanks flex 👍 css` form { display: flex; flex-wrap: wrap; & > input { flex: 1 1 10ch; margin: .5rem; &[type="email"] { flex: 3 1 30ch; } } } ` view source on Codepen 👇 codepen.io/argyleink/pen/…


Ian Stewart reposted
markdalgleish's tweet image.

United States Trends

Loading...

Something went wrong.


Something went wrong.