Rashmi Patidar avatar Rashmi Patidar avatar

About Rashmi Patidar

LinkedIn

Rashmi is a professional Software Developer with hands on over varied tech stack. She has been working on Java, Springboot, Microservices, Typescript, MySQL, Graphql and more. She loves to spread knowledge via her writings. She is keen taking up new things and adopt in her career.

Articles by Rashmi Patidar

Java Howtos

  1. How to Toggle a Boolean Variable in Java
  2. How to Fix JavaFx Exception in Application Start Method
  3. How to Fix Java Unresolved Compilation Error
  4. How to Fix Java NoClassDefFoundError Error
  5. How to Reverse a String Recursively in Java
  6. Java Right Shift - >>>
  7. The Dot (.) Operator in Java
  8. Java Dictionary
  9. How to Get Value From JTextField
  10. How to Print Stack in Java
  11. How to Initialise Boolean Variable in Java
  12. How to Shuffle Deck of Cards in Java
  13. Queue offer vs add in Java
  14. Array of Linked List in Java
  15. FIFO Queue in Java
  16. How to Create an Ordered Map in Java
  17. How to Create Unsigned Int in Java
  18. How to Install Java in Ubuntu
  19. How to Return a String in Java
  20. How to Return Two Values in Java Function
  21. How to Sort Linked List in Java
  22. How to Use Static Methods in Java
  23. Comparison Between string.equals() vs == in Java
  24. How to Add Javac to Path in Windows and Linux
  25. How to Check an Array Contains a Particular Value in Java
  26. How to Set Java_home in Linux
  27. How to Use a Logger in Java
  28. Java Scheduling
  29. How to Create a Concurrent List in Java
  30. How to Install Java in macOS
  31. The Default Constructor in Java
  32. How to Sort a HashMap by Key in Java
  33. How to Copy a String in Java
  34. How to Declare a Char Array in Java
  35. How to Find a Set Intersection in Java
  36. Fractions in Java
  37. How to Concatenate Lists in Java
  38. How to Create Message Box in Java
  39. How to Set Color in Java
  40. How to Sort Comparator in Java
  41. Currency Format in Java
  42. How to Change Date Format in Java
  43. How to Transform UML in Java
  44. How to Validate Input in Java
  45. What Does Static Mean in Java
  46. How to Download Java Runtime Environment
  47. Java Decompiler
  48. Java or/and Logic
  49. Java Timer
  50. How to Convert Java Codes to Exe
  51. Static Class in Java
  52. How to Declare an Array in Java
  53. How to Check if Input Is Integer in Java
  54. How to Convert String to Int Array in Java
  55. How to Print New Line in Java
  56. How to Save a String to a File in Java
  57. Integer Division in Java
  58. How to Encrypt Password in Configuration Files in Java
  59. How to Iterate Through a Linked List in Java
  60. How to Create GUID in Java
  61. Java One Line if Statement
  62. How to Generate Recursive Fibonacci Sequence in Java
  63. How to Deep Copy ArrayList in Java

MySQL Howtos

  1. How to Drop Constraint From the MySQL Table
  2. How to MySQL Check if Column Is Null or Empty
  3. How to Enforce Like Case Sensitive in MySQL
  4. How to Update Multiple Tables With One Query in MySQL
  5. MySQL Date Subtract
  6. How to Drop Foreign Key in MySQL
  7. How to Install the MySQL Client in Linux
  8. How to Export Data to an Outfile in MySQL
  9. How to Copy Database in MySQL
  10. How to Dump Remote Database in MySQL
  11. MySQL Function
  12. MySQL Cascade Delete
  13. MySQL Tinytext
  14. How to Insert With Select in MySQL