Shuvayan Ghosh Dastidar avatar Shuvayan Ghosh Dastidar avatar

About Shuvayan Ghosh Dastidar

LinkedIn Website

Shuvayan is a professional software developer with an avid interest in all kinds of technology and programming languages. He loves all kinds of problem solving and writing about his experiences.

Articles by Shuvayan Ghosh Dastidar

Java Howtos

  1. How to Fix Error: Class, Interface, or Enum Expected in Java
  2. How to Fix Unreported Exception Must Be Caught or Declared to Be Thrown
  3. How to Fix Java.Net.ConnectException: Connection Timed Out

TypeScript Howtos

  1. How to Write console.log Wrapper for Angular 2 in TypeScript
  2. OnClick Event Type in TypeScript
  3. How to Check Interface Type in TypeScript
  4. How to Export Statement in TypeScript
  5. How to Use Optional Props With Default Values in React
  6. How to Enforce Types for Indexed Members in TypeScript Objects
  7. How to Have Multiline Strings in TypeScript
  8. How to Parse JSON Strings in TypeScript
  9. Interface vs. Class in TypeScript
  10. How to Check Version in TypeScript
  11. Switch Case in TypeScript
  12. Typed Functions as Function Parameters in TypeScript
  13. How to Initialize an Array in TypeScript
  14. How to Use Axios in TypeScript
  15. How to Declare Map or List Type in TypeScript
  16. How to Have Type for Class Constructor in TypeScript
  17. Default Value for Object Parameters in TypeScript
  18. How to Cast a JSON Object to a Class in TypeScript
  19. How to Dynamically Assign Properties to an Object in TypeScript
  20. How to Return Type of a Function in TypeScript
  21. How to Use the keyof Operator in TypeScript
  22. Exclamation Mark in TypeScript
  23. How to Overload Constructors in TypeScript
  24. How to Use React UseState Hook in TypeScript
  25. Question Mark Operator in TypeScript
  26. How to Filter an Array in TypeScript
  27. Dictionary or Map Type in TypeScript
  28. How to Create an Object From Interface in TypeScript
  29. How to Represent Integer in TypeScript
  30. React Event Types in TypeScript
  31. How to Check if a String Is Present in a TypeScript Array
  32. How to Format String in TypeScript
  33. How to Use Regex in TypeScript
  34. The as Keyword in TypeScript
  35. How to Clone an Object in TypeScript
  36. How to Initializing TypeScript Object From a JSON Object
  37. How to Sleep in TypeScript
  38. Intefaces vs Types in TypeScript