About
My name is Sam Foster And I am a Full Stack Developer.

Full Stack Developer
- Website: www.samueltfoster.co.uk
- City: Leicestershire
Happy Clients IT Career Switch
Projects Gazetter and Company Directory
Tech Stack










Sumary
Sam Foster
Full Stack Developer
- Walcote, Leicestershire
- sam@samueltfoster.co.uk
Education
IT Career Switch
2022 - 2023
Experience
Projects
Project 1 Gazetter

Gazetteer is an interactive web app designed to work on mobile and desktop and allows users to access information about any country. The app calls a wide range of APIs to make a diverse set of information available to the user. I used AJAX calls to PHP routines, using cURL to retrieve information from the API, and then formatted the JSON response to display the information to the user. For example, the app shows general information about the selected country in a set of modals. It also uses the Leaflet library to display overlays onto the map showing interesting location-specific details.
Project 2 Company Directory

Company Directory is a mobile-first app that allows the user to search and manipulate a database securely using CRUD functionality. I achieved this by using AJAX calls to PHP routines that run SQL queries against a database. A big challenge was maintaining the integrity of the database, for example, validating the deletion of an entry that has dependents. The layout of the app uses the Bootstrap 5 framework.