dasari4kntr Posted September 14, 2023 Author Report Share Posted September 14, 2023 26 minutes ago, csrcsr said: Office lo icharu for feedback trial for 3 months everyone gives positive feedback they will kepp , nenu inka correct ga adapt kaledu , ohh wow…office lo kooda vaadutunnara… its good tool… but it will effect senior developers career in long run… Quote Link to comment Share on other sites More sharing options...
Spartan Posted September 14, 2023 Report Share Posted September 14, 2023 8 hours ago, csrcsr said: Copilot entha mandhi use chetsunaru ??? especially Java how do you feel about it ? maaku icharu office lo..but i did not signup em track chesi sastaro edavalu ani... ChatGPT Enterprise version kuda icharu...mails rayadaniki vadtunna. 1 Quote Link to comment Share on other sites More sharing options...
csrcsr Posted September 14, 2023 Report Share Posted September 14, 2023 33 minutes ago, dasari4kntr said: ohh wow…office lo kooda vaadutunnara… its good tool… but it will effect senior developers career in long run… 27 minutes ago, Spartan said: maaku icharu office lo..but i did not signup em track chesi sastaro edavalu ani... ChatGPT Enterprise version kuda icharu...mails rayadaniki vadtunna. They are promising in next version if u write code all code coverage unit tetss, and integration tests will be written ani for all scenarios,maa jira board lp new features ki always enough hours ubtayi for these tasks @Spartan kinda toggle buttin untadi you can on and off Quote Link to comment Share on other sites More sharing options...
Spartan Posted September 14, 2023 Report Share Posted September 14, 2023 3 minutes ago, csrcsr said: They are promising in next version if u write code all code coverage unit tetss, and integration tests will be written ani for all scenarios,maa jira board lp new features ki always enough hours ubtayi for these tasks @Spartan kinda toggle buttin untadi you can on and off hmm, not interested anna...for co-pilot. will loose interest in coding if I do that. thinking capability already bisket aindi...inka idi kuda vadite... neurons will die sooner. Quote Link to comment Share on other sites More sharing options...
csrcsr Posted September 14, 2023 Report Share Posted September 14, 2023 1 minute ago, Spartan said: hmm, not interested anna...for co-pilot. will loose interest in coding if I do that. thinking capability already bisket aindi...inka idi kuda vadite... neurons will die sooner. Hmm , tappadu not now in future Quote Link to comment Share on other sites More sharing options...
dasari4kntr Posted September 14, 2023 Author Report Share Posted September 14, 2023 27 minutes ago, csrcsr said: They are promising in next version if u write code all code coverage unit tetss, and integration tests will be written ani for all scenarios,maa jira board lp new features ki always enough hours ubtayi for these tasks @Spartan kinda toggle buttin untadi you can on and off simple question…bro.. as a senior developer you write the same code using the copilot… a newly joined intern also write the same code using the copilot… so why management has to pay more to senior developer..? Quote Link to comment Share on other sites More sharing options...
csrcsr Posted September 14, 2023 Report Share Posted September 14, 2023 Just now, dasari4kntr said: simple question…bro.. as a senior developer you write the same code using the copilot… a newly joined intern also write the same code using the copilot… so why management has to pay more to senior developer..? No need that's the whole point of developer productivity Slight edge might be yiu have the integration knowledge like how to secure yiur apis, *****, design discussions etc 8th graders are coding python tic tac toe games 1 Quote Link to comment Share on other sites More sharing options...
TriStateBabu Posted September 18, 2023 Report Share Posted September 18, 2023 data engineer basics advice please Quote Link to comment Share on other sites More sharing options...
csrcsr Posted September 20, 2023 Report Share Posted September 20, 2023 Any body at work really using websockets ?? not for system design interview real use case ki high level lo ever aina petadni if they are using 🙏 just want to make up and talk Quote Link to comment Share on other sites More sharing options...
dasari4kntr Posted September 20, 2023 Author Report Share Posted September 20, 2023 7 hours ago, csrcsr said: Any body at work really using websockets ?? not for system design interview real use case ki high level lo ever aina petadni if they are using 🙏 just want to make up and talk yes bro… my front end app is websocket listner…service side implementation also not much difficult…. 1 Quote Link to comment Share on other sites More sharing options...
Spartan Posted September 28, 2023 Report Share Posted September 28, 2023 @TOM_BHAYYA https://fullstackdeeplearning.com/course/2022/ 1 Quote Link to comment Share on other sites More sharing options...
MiryalgudaMaruthiRao Posted October 2, 2023 Report Share Posted October 2, 2023 babais evaina simnple certifications chappandi Quote Link to comment Share on other sites More sharing options...
dasari4kntr Posted October 5, 2023 Author Report Share Posted October 5, 2023 - Introduction to Redux What is Redux? Redux is an open-source JavaScript library commonly used in front-end web development for managing the state of an application. It is often used in conjunction with popular JavaScript frameworks like React, Angular, and Vue, but it can also be used with other libraries and frameworks. Redux was created to address the challenge of managing complex application states and their transitions in a predictable and maintainable way. It enforces a unidirectional data flow, which helps in debugging and understanding how data changes over time. Key concepts and components of Redux: - Store: Think of it as a big container that holds all the important data for your app. It's like a storage room where you keep everything you need. - Actions: Actions are like requests or instructions that you send to the storage room (the store). For example, you might send an action to add something to your storage room or take something out. - Reducers: These are like the workers in the storage room who follow the instructions (actions) and make changes in the storage room. They decide how the storage room should be organized based on the actions. - Dispatch: Dispatching an action is like telling the workers to follow a specific set of instructions. You say, "Hey, workers, here's what I want you to do," and they do it. - Selectors: These are like special tools you use to get exactly what you need from the storage room. Instead of searching through the entire room, you use a tool to find the specific item you want. - Middleware: Middleware is like a security guard or a manager. It can do things before or after an action is completed. For example, it can check if the action is allowed or perform additional tasks. React Redux includes a <Provider /> component, which makes the Redux store available to the rest of your app. Also, it provides a pair of custom React hooks that allow your React components to interact with the Redux store. To use React Redux with your React app, install it as a dependency. npm install react-redux That's it for Day 10. Tomorrow we will dive into how to fetch data from APIs. Thankyou each and everyone who checks out my posts, I 'm glad to have y'all. Stay tuned and Happy Coding.🚀 Quote Link to comment Share on other sites More sharing options...
hunkyfunky2 Posted October 5, 2023 Report Share Posted October 5, 2023 On 9/14/2023 at 10:19 AM, csrcsr said: They are promising in next version if u write code all code coverage unit tetss, and integration tests will be written ani for all scenarios,maa jira board lp new features ki always enough hours ubtayi for these tasks @Spartan kinda toggle buttin untadi you can on and off We can't use CoPilot as it's SaS...exploring on-prem options like tabnine or codeium etc. anyone has any experience ? 1 Quote Link to comment Share on other sites More sharing options...
AnotherTeluguBidda Posted October 6, 2023 Report Share Posted October 6, 2023 Kafka in depth ki emaina articles unnaya? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.