experiences.yaml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # section information
  2. section:
  3. name: Experiences
  4. id: experiences
  5. enable: true
  6. weight: 3
  7. showOnNavbar: true
  8. # Can optionally hide the title in sections
  9. # hideTitle: true
  10. # Your experiences
  11. experiences:
  12. - company:
  13. name: Example Co.
  14. url: "https://www.example.com"
  15. location: Dhaka Branch
  16. # company overview
  17. overview: Example Co. is a widely recognized company for cloud-native development. It builds tools for Kubernetes.
  18. positions:
  19. - designation: Senior Software Engineer
  20. start: Nov 2019
  21. # don't provide end date if you are currently working there. It will be replaced by "Present"
  22. # end: Dec 2020
  23. # give some points about what was your responsibilities at the company.
  24. responsibilities:
  25. - Design and develop XYZ tool for ABC task
  26. - Design, develop and manage disaster recovery tool [Xtool](https://www.example.com) that backup Kubernetes volumes, databases, and cluster's resource definition.
  27. - Lead backend team.
  28. - designation: Junior Software Engineer
  29. start: Nov 2017
  30. end: Oct 2019
  31. responsibilities:
  32. - Implement and test xyz feature for abc tool.
  33. - Support client for abc tool.
  34. - Learn k,d,w technology for xyz.
  35. - company:
  36. name: PreExample Co.
  37. url: "https://www.preexample.com"
  38. location: Nowhere
  39. overview: PreExample Co. is a gateway company to enter into Example co. So, nothing special here.
  40. positions:
  41. - designation: Software Engineer
  42. start: March 2016
  43. end: May 2017
  44. responsibilities:
  45. - Write lots of example codes.
  46. - Read lots of examples.
  47. - See lots of example videos.
  48. - company:
  49. name: Intern Counting Company (ICC).
  50. url: "https://www.intern.com"
  51. location: Intern Land
  52. overview: Intern counting Company (ICC) is responsible for counting worldwide intern Engineers.
  53. positions:
  54. - designation: Intern
  55. start: Jun 2015
  56. end: Jan 2016
  57. responsibilities:
  58. - Count lost of interns.
  59. - Count more interns.
  60. - Count me as an intern.