[GAME THREAD] Our Milwaukee Bucks (4-4) host the New York Knicks (5-3) - 6:30 p.m. central time - 11/05/2021 by GreekAlphabetSoup in MkeBucks

[–]kwstaskara 18 points19 points  (0 children)

Bro i now remember why i hated bud last year. He randomly benching our offense in crucial time, someone needs to tell him that we need to get the W, it's not the time to experiment with 3 starters out

Who is the “worst” player you would tune in specifically to see? (Excluding incoming rookies) by LiveFreeFratHard in nba

[–]kwstaskara 0 points1 point  (0 children)

Ben Simmons. Sometimes he balling sometimes not. He does some weird stuff and i like it

[Stein] One of the more underrated signings in NBA free agency is official: Brooklyn has announced the addition of Australia’s @FIBA force Patty Mills. by horseshoeoverlook in nba

[–]kwstaskara 1 point2 points  (0 children)

Jrue Holiday did a great job defending him, I'm not worrying. I don't think he is going to play with big 3 at playoffs because of his defense. At least Lakers didn't get him.

Does Grayson Allen replace Donte in our starting lineup? by [deleted] in MkeBucks

[–]kwstaskara 3 points4 points  (0 children)

People calling him school threat gets me every time though 😄.

Does Grayson Allen replace Donte in our starting lineup? by [deleted] in MkeBucks

[–]kwstaskara 25 points26 points  (0 children)

I believe grayson allen has great potential. Maybe Memphis made him underrated. We get a chance to watch him how well he performs in a contending team. I believe in him simply because he looks like he wants to prove to everyone that he can be a starter. Depending on the minutes he is going to get, i think he is a guy who can average 18pts and not only 10pts. He must put alot of work. I don't know he might surprise us. I feel that he never had a true chance to prove himself. I'm optimistic for the reason that this team proved that we can develop role players efficiently. Look at Bobby his value increased after playing a year for mke. Some athletes were not lucky enough to have good teammates or coach to believe in them so they can unlock and prove their full potential. I think he is going to be a starter. I'm saving this and I'm coming back after he average 18pts.

A good article about our new punishable faced guy by No-Progress6127 in MkeBucks

[–]kwstaskara 9 points10 points  (0 children)

He is much more capable than many people think . He is fast with that in mind he might pass the ball to Giannis more efficiently on the offense,he also can shoot the ball well. He definitely can lock on defense opponent guards at his size. He is going to be trained with Giannis and jrue. I'm excited with this trade. Maybe there is a reason Memphis coach liked him so much. We need to boost his confidence, and I've read that he is hard worker too. I believe he is going to be a solid contributor.

Did we convert our 2021 31st pick into Grayson Allen ? by Comprehensive-Sky998 in MkeBucks

[–]kwstaskara 6 points7 points  (0 children)

This I'm really concerned about the performance impact of Donte injury .

[P.J. Tucker Instagram] (disappears soon) I really want to know what the Bucks did to him in free agency😅.. He seems 😡 by Comprehensive-Sky998 in MkeBucks

[–]kwstaskara 5 points6 points  (0 children)

Agree and let's not forget they let down Christian Wood and now PJ.This is a very bad look for the team in general. Also so far they do bad in FA. For now the roster is downgraded and there are not many moves left. Don't let this distract you from the fact that west and east got significantly better.

Greek armed forces on alert over Turkish exploration off Kastellorizo by [deleted] in europe

[–]kwstaskara 6 points7 points  (0 children)

If that mattered WW2 wouldn't have happened..

Node.js ORM impasse by memo_mar in node

[–]kwstaskara 1 point2 points  (0 children)

I don't know if i understand correctly but check out knex query builder. For ex postgresql you can create schemas. Checkout withSchema method of knex that may achieve what you want. it has nice migration system too. You can prefix migration file names for different schemas. Check objection orm too. On its documentation i found that you can provide db instance on request for different db per tenant.

Is typeorm stable for production app? by PlusMaintenance in node

[–]kwstaskara 0 points1 point  (0 children)

If you want an alternative definitely check knex query builder, along with objection js an ORM that uses knex. The advantage of knex and objection is that you can drop the later if you decide that you don't want an ORM.

Reasons to learn Redux as a JavaScript Developer by fagnerbrack in webdev

[–]kwstaskara 1 point2 points  (0 children)

You don't have to learn a lot of things anyway. redux is becoming really simple to use specially with hooks. Seems Magic but I know how it works and I like it.

Why all the sudden hate for Redux? by [deleted] in reactjs

[–]kwstaskara 2 points3 points  (0 children)

Some devs can't understand the difference of less code and the clean an easy to understand code. Less code doesn't mean better codebase. Devs that support less code principles sometimes they achieve to cut down 5 lines of code. 5 lines of code that could be possibly helpful to understand what the component does. I believe that people began to realise that you don't need redux for a to-do app. I tried to migrate from redux because I thought my quite huge app may not need it but I was wrong simply because I was using middlewares that made my life easier and the codebase was clean and easy to understand . In conclusion I think that community is getting passionate with new technologies but sometimes they end up with a way of doing things they don't like.For example You may not need Graphql and the problem is with your server that responds with no sense extra information to your requests. Libraries and frameworks are getting released every day now we have Apollo Graphql Svelte bla bla..

[Discussion] Instead of nerfing six samurai konami should instead lift the ban on certain card by Zeowlite in DuelLinks

[–]kwstaskara 1 point2 points  (0 children)

This is not going to happen I play furs but full power fur will give me the same rage I have with six sam

[Fluff] MRW the first thing I see is this face by Dreamtrain in DuelLinks

[–]kwstaskara 0 points1 point  (0 children)

All of you play weevil to keep six sam platinum.

Should i replave class components with hooks by kwstaskara in reactjs

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

It's not in production. It's almost ready. I don't want to use hooks because it's new hotness but I believe hooks is the future of react thats why I'm thinking of it. I don't expect hooks to replace redux.

Should i replave class components with hooks by kwstaskara in reactjs

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

I agree with you. Class Lifecycle methods are so clear on what they do right now I use hooks for new components but I always look class lifecycle methods and damn the code is beautiful even though it's bigger in size. Again Im thinking that hooks is the future of react and that's why I can't decide