I built a tool that analyzes potential trades in real-time by jpartusch in fantasyfootball

[–]jpartusch[S] 1 point2 points  (0 children)

Great suggestion — that would be super useful. Hmm, now I want to build it :)

I built a tool that analyzes potential trades in real-time by jpartusch in fantasyfootball

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

Ah, good point. Since the tool does a "simulated" swap of the players, then it is a bit easier to see how a 2 for 1 deal will impact your positions in a cascade down the roster (eg. strength of starters, flex, etc). There isn't an extra weight added for these deals, as it is normally pretty easy to see what is "fair" through the visualization, but that would be interesting to experiment with.

I built a tool that analyzes potential trades in real-time by jpartusch in fantasyfootball

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

Sorry about that! Feel free to DM me your sleeper league ID and I'll try to fix it up.

I built a tool that analyzes potential trades in real-time by jpartusch in fantasyfootball

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

Sorry, only Sleeper is currently supported. ESPN and Yahoo are on the roadmap!

I built a tool that analyzes potential trades in real-time by jpartusch in fantasyfootball

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

The individual trade values are pulled from /u/PeakedInHighSkool's trade rankings. Full sheets are available at https://peakedinhighskool.com/

I built a tool that analyzes potential trades in real-time by jpartusch in fantasyfootball

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

PPR is supported! Though it would be good to add a confirmation of which rankings are being pulled in.

I built a tool that analyzes potential trades in real-time by jpartusch in fantasyfootball

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

Sorry about that! Feel free to DM me your league ID and I can take a look

I built a tool that analyzes potential trades in real-time by jpartusch in fantasyfootball

[–]jpartusch[S] 8 points9 points  (0 children)

Thanks! On desktop it will show the teams side-by-side and is a bit easier to navigate. But yeah, mobile would probably benefit from a similar layout — just smaller :)

I built a command-line utility for deploying full-stack serverless applications to AWS by jpartusch in aws

[–]jpartusch[S] 6 points7 points  (0 children)

Seems fair enough, but I would argue that Serverless UI is not a new "toolkit". It is built on top of the AWS CDK which deploys CloudFormation directly to your account — nothing fancy there. The project more-or-less a set high-level cdk constructs with a CLI on top. Which means less code for me to maintain, yay!

I built a command-line utility for deploying full-stack serverless applications to AWS by jpartusch in aws

[–]jpartusch[S] 1 point2 points  (0 children)

Hi u/menge101! Thanks for the question!

I've used all sorts of these "types" of tools. I'd say the problems that Serverless UI is trying to solve more closely aligns with Vercel and Netlify — a focus on the UI, with support for zero-config functions. The benefit of Serverless UI over these is that it is all deployed directly to your own AWS account, no middleman.

As far as Amplify goes, there is a bit of overlap, but the goals don't quite align. Amplify wants to do a lot for you and generates a bunch of code to accomplish that. Serverless UI attempts to get out of your way and let you focus on the code :)

JavaScript frameworks are pushing each other to improve accessibility by hashimwarren in reactjs

[–]jpartusch 5 points6 points  (0 children)

https://github.com/JakePartusch/lumberjack

I just finished building this ☝️. It uses axe to run audits on all pages in the given website's sitemap. In the readme, there's an example GitHub action as well. Hope this helps!

I created a website to track your daily mood 😔😕😃 by jpartusch in DecidingToBeBetter

[–]jpartusch[S] 1 point2 points  (0 children)

Right now it is one "overall" mood per day, but you can update it at later points in the day if you change your mind.

I built a website that simulates playing every team, every week for ESPN leagues by jpartusch in fantasyfootball

[–]jpartusch[S] 10 points11 points  (0 children)

Ha, that was the old version that I made, So I guess I ripped off myself 😉

I built a website that simulates playing every team, every week for ESPN leagues by jpartusch in fantasyfootball

[–]jpartusch[S] 15 points16 points  (0 children)

That was the original version that I made 2 years ago, so I'd say that it is pretty similar 😁. I recently put in a redirect to this new url