I’m in a new permanent role where my backend work in C# is switched to TypeScript. I expected .NET Core and C# but now only manage TypeScript duties. Thoughts?
hey flyingeagle, congrats on the new shift. how do you feel about diving into typscript specifics compared to c#? any cool frameworks you’re lookin to experiment with, or ideas to make the change a bit smoother?
Transitioning from C# to TypeScript is challenging yet rewarding based on my own experience. The key difference lies in the dynamic typing of TypeScript compared to the static typing of C#. Adapting to this environment required me to build a deep understanding of asynchronous code and to structure my modules carefully. I focused on practical learning through projects and community resources, enhancing my coding practices gradually. This transition ultimately stimulated my problem-solving abilities and allowed me to appreciate a fresh approach to backend development.