You can connect with me through LinkedIn and Email
- [RUST AWS SDK to write/query data inside DynamoDB]
- My porfolio webpage and its GitHub page. I built this webpage using Vite/ReactJS and Material UI. This project is finished on Mid August. Originally I create an Django server for blog posts and the web-app works well on fetching the Django restful APIs using Axios. However, I don't have a free server to host a Django server. The alternative way I used here is to render the markdown files inside ReactJS. Besides, I also create a JSON file to stores the necessary information of each posts like titles or creation data. Therefore, I can handle the blog posts list more easily.
- Ising model simulation with C (rewritten in RUST) . Ising model is a famous model in condensed matter physics as it describes the phases of matter. In this project, I used C/RUST to perform Markov Chain Monte Carlo(MCMC) simulation to the Ising model simulation and understand the phase transition. The reason of using C instead of python is that C offers us faster computation time on large system than Python.