Open in app

Sign In

Write

Sign In

Robert Moskal
Robert Moskal

75 Followers

Home

About

May 6, 2020

Taking the Harder Path

Is almost never the right answer when developing systems, at least the sort that I build . The easy path is almost always best and that feeling of “something being easy” is often a sure sign of being on the right track. So last week when I found myself “grinding”…

Software Development

2 min read

Software Development

2 min read


Feb 29, 2020

Taking the Harder Path

Is almost never the right answer when developing systems, at least the sort that I build. The easy path is almost always best and that feeling of “something being easy” is often a sure sign of being on the right track. So last week when I found myself “grinding” on…

Software Development

2 min read

Software Development

2 min read


Published in codeburst

·Apr 23, 2018

Keep Your Composition…Clean

The takeaway from the last post is that if you can compose your code you should. Consider it an extension of other, less controversial maxims like: use map when transforming a collection into another and reduce to convert a collection into a “single” value. To be frank, I’d be pleased…

JavaScript

5 min read

Keep Your Composition…Clean
Keep Your Composition…Clean
JavaScript

5 min read


Published in codeburst

·Jan 16, 2018

Maybe We Should Keep Our Promises

More and more I see javascript that makes use of async/await: async function imperativeWay(color) { try { let resultsString = await fetch(color) let jsonResults = JSON.parse(resultsString); let transformedResults = transformFirst(jsonResults) let sendResults = await sendToClient(transformedResults) await remotelog('log', sendResults) } catch (e) { remotelog('error', e) } }

JavaScript

5 min read

Maybe We Should Keep Our Promises
Maybe We Should Keep Our Promises
JavaScript

5 min read


May 29, 2017

Misunderstanding as Technical Debt

We’d spoken before about my coming on board in a leadership role. The chemistry hadn’t been right, but some additional elbow grease was needed to get the next iteration to market… My task was to alter a portion of the data model and related code to prepare for the large…

Technical Debt

2 min read

Misunderstanding as Technical Debt
Misunderstanding as Technical Debt
Technical Debt

2 min read

Robert Moskal

Robert Moskal

75 Followers

Digital Transformation since it was 8-bit.

Following
  • Michael Burnett

    Michael Burnett

  • A. S. Deller

    A. S. Deller

  • Denilson Nastacio

    Denilson Nastacio

  • Armand Diaz

    Armand Diaz

  • Steve Heyes

    Steve Heyes

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech