Related Posts
Meta technical solutions consultant interview prep - can someone let me know if they have gone through the technical rounds for Technical Solutions Consultant role? Can you share what to prepare for since it’s not a data science type of role so most likely not hard level MySQL questions. Any specific types of queries that I should learn? Thanks!
Facebook (Meta)
Additional Posts in Software Engineering
New to Fishbowl?
unlock all discussions on Fishbowl.





Is it normal? Yes, happens all the time and it is not limited to people early in their career. Ways to get better at backend work:
1) Study other patterns in the code base
2) Pair program with a more experienced engineer
3) Write code that you can unit test. By making code testable you will naturally divide the code into smaller problems
4) Get data flowing before making it perfect
5) Write end to end tests to simulate how your caller will call your endpoint and test interactions with the actual database.
Its definitely normal