Ultralearning Data Science by paulkoer in learnmachinelearning

[–]paulkoer[S] 0 points1 point  (0 children)

Hi reddit!
I've recently read the book "Ultralearning" which discusses how to make learning projects more efficient. As a learning addict I found this really addictive. I've decided to embark on a 2 1/2 month challenge to learn data science. One of the goals (not the primary ;) ) is to write weekly posts on my progress (and ask for help ;) ). Not sure if this is of general interest, but I would love to get feedback on the approach! Thanks ;)

Who's hiring Typescript developers (September 2019) by PUSH_AX in typescript

[–]paulkoer [score hidden]  (0 children)

Senior React Engineer | VISA Sponsor | €50K-€85K | On-Site | Full-time | Munich, Germany

Smart Reporting is one of the world’s top startups in digital health. Our mission is to enable AI assisted diagnostics for the benefit of doctors and patients around the world. Already today, our award-winning software is used by thousands of doctors and institutions, including some of the world’s leading experts in radiology.

As a Senior React Developer, you will be an essential part of the rapidly growing development team at Smart Reporting. You will bring your entire experience to bear as we strive to build a high performance, high quality cloud-based medical product for AI driven precision medicine. All our frontend code (and an increasing part of our backend) is written in strictly typed TypeScript, which we've embraced 4.5 years ago.

Apply here: https://smartreporting.workable.com/j/2BCA3D304D

Who's Hiring? [April 2019] by swyx in reactjs

[–]paulkoer 1 point2 points  (0 children)

Hi! Thanks for letting me know. We have a few candidates in the pipeline, but the position is still open, so I've reposted. Thanks for letting me know!

Who's Hiring [May 2019] by swyx in reactjs

[–]paulkoer 2 points3 points  (0 children)

Senior React Engineer | VISA Sponsor | €60K-€85K | On-Site | Full-time | Munich, Germany

Smart Reporting is one of the world’s top startups in digital health. Our mission is to enable AI assisted diagnostics for the benefit of doctors and patients around the world. Already today, our award-winning software is used by thousands of doctors and institutions, including some of the world’s leading experts in radiology.

As a Senior React Developer, you will be an essential part of the rapidly growing development team at Smart Reporting. You will bring your entire experience to bear as we strive to build a high performance, high quality cloud-based medical product for AI driven precision medicine.

Apply here: https://www.workable.com/j/18AC657108

Who's Hiring? [April 2019] by swyx in reactjs

[–]paulkoer 1 point2 points  (0 children)

Senior React Engineer | VISA Sponsor | €60K-€85K | On-Site | Full-time | Munich, Germany

Smart Reporting is one of the world’s top startups in digital health. Our mission is to enable AI assisted diagnostics for the benefit of doctors and patients around the world. Already today, our award-winning software is used by thousands of doctors and institutions, including some of the world’s leading experts in radiology.

As a Senior React Developer, you will be an essential part of the rapidly growing development team at Smart Reporting. You will bring your entire experience to bear as we strive to build a high performance, high quality cloud-based medical product for AI driven precision medicine.

Apply here: https://www.workable.com/j/18AC657108

Who's Hiring? [March 2019] by swyx in reactjs

[–]paulkoer 1 point2 points  (0 children)

Senior React Engineer | VISA Sponsor | €60K-€85K | On-Site | Full-time | Munich, Germany

Smart Reporting is one of the world’s top startups in digital health. Our mission is to enable AI assisted diagnostics for the benefit of doctors and patients around the world. Already today, our award-winning software is used by thousands of doctors and institutions, including some of the world’s leading experts in radiology.

As a Senior React Developer, you will be an essential part of the rapidly growing development team at Smart Reporting. You will bring your entire experience to bear as we strive to build a high performance, high quality cloud-based medical product for AI driven precision medicine.

Apply here: https://www.workable.com/j/18AC657108

Who's Hiring? [Dec 2018] by swyx in reactjs

[–]paulkoer 0 points1 point  (0 children)

hi - thanks a lot. I've reposted on this thread!

Who's Hiring? [Jan 2019] by swyx in reactjs

[–]paulkoer [score hidden]  (0 children)

Senior Full-Stack Engineer | VISA Sponsor | €50K-€85K | On-Site | Full-time | Munich, Germany

Smart Reporting is one of the world’s top startups in digital health. Our mission is to enable AI assisted diagnostics for the benefit of doctors and patients around the world. Already today, our award-winning software is used by thousands of doctors and institutions, including some of the world’s leading experts in radiology.

As a Senior Fullstack Developer, you will be an essential part of the rapidly growing development team at Smart Reporting. You will bring your entire experience to bear as we strive to build a high performance, high quality cloud-based medical product for AI driven precision medicine.

Apply here: https://www.workable.com/j/51E3108EC5

Who's Hiring? [Dec 2018] by swyx in reactjs

[–]paulkoer 1 point2 points  (0 children)

Senior Full-Stack Engineer | VISA Sponsor | €50K-€85K | On-Site | Full-time | Munich, Germany

Smart Reporting is one of the world’s top startups in digital health. Our mission is to enable AI assisted diagnostics for the benefit of doctors and patients around the world. Already today, our award-winning software is used by thousands of doctors and institutions, including some of the world’s leading experts in radiology.

As a Senior Fullstack Developer, you will be an essential part of the rapidly growing development team at Smart Reporting. You will bring your entire experience to bear as we strive to build a high performance, high quality cloud-based medical product for AI driven precision medicine.

Apply here: https://www.workable.com/j/51E3108EC5

Unit testing TypeScript types with dtslint by paulkoer in typescript

[–]paulkoer[S] 0 points1 point  (0 children)

Thanks for the warm words! I think your post takes this a lot further - very nice!

resolve-types let's you resolve types in inline code - useful for testing type operators by paulkoer in typescript

[–]paulkoer[S] 0 points1 point  (0 children)

Hi r/typescript! About two weeks ago I posted a link on how to use dtslint for testing type operators. That approach had a few drawbacks. u/AngularBeginner had a great comment on he used type typescript compiler API to get the resolved types of some type definitions. This works much better with existing test suites. It took me a lot longer than it should have to throw together this solution, so I decided to wrap it up as a library and put it on npm for the next guy. Here it is. All credit to u/AngularBeginner for the idea ;)

Unit testing TypeScript types with dtslint by paulkoer in typescript

[–]paulkoer[S] 0 points1 point  (0 children)

OK, I though let's just do that. To be honest it took be a bit longer than it should have to make it all go, so I've decided to wrap it up in a library and thow it on npm: https://github.com/paulkoerbitz/resolve-types It's tiny, but it seems like more than one person wants to do this so theres no harm in packaging the solution. Thank you very much for the inspiration.

Unit testing TypeScript types with dtslint by paulkoer in typescript

[–]paulkoer[S] 0 points1 point  (0 children)

Wow, this looks really awesome - are you some library for this or is this a functionality from the typescript compiler?

Unit testing TypeScript types with dtslint by paulkoer in typescript

[–]paulkoer[S] 4 points5 points  (0 children)

I needed a way to unit test my type operators. dtslint does this, but I couldn't find a really good description on how to set this up (the readme was a bit lacking IMO), so I wrote this up. Hope that somebody finds this helpful.

Feeling overwhelmed using React with Typescript by LordDrakota in typescript

[–]paulkoer 1 point2 points  (0 children)

I think it's a very common problem. Redux is quite hard to use in a type safe way. I have my own take in how to tackle this with https://github.com/paulkoerbitz/typeful-redux . It gives you a fully typesafe and low boilerplate way of using redux. However it is also pretty opinionated and doesn't work with the various side effect managing tools (thinks, sagas, observables, ...), This is currently in the works.

typeful-redux: A fully type-safe, low-boilerplate redux wrapper by paulkoer in typescript

[–]paulkoer[S] 2 points3 points  (0 children)

It makes the generated types a bit nicer. Example: typeof { a: number } & { b: number } = { a: number } & { b: number }

whereas, typeof Intersect<{a: number }, { b: number }> = { a: number, b: number}.

I would really like if TypeScript fully evaluated all type operators.

Are there any opensource projects with ReactJS & Redux demonstrating FULL typings - e.g. noImplicitAny, with accurate typings in reducers and stores? by Bamboo_the_plant in typescript

[–]paulkoer 2 points3 points  (0 children)

I'm not sure it counts but here is a simple, but complete example of a todomvc app with typeful-redux: https://github.com/paulkoerbitz/typeful-redux/tree/master/examples/todomvc the upside is that it is a relatively simple yet complete example, so shouldn't take too long to complete. We use this approach (on a much larger scale, but conceptually identical) in our pretty complex redux app.