experiences.yaml 2.0 KB

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