Personal details

Tony J. - Remote

Tony J.

Timezone: New Delhi (UTC+5.5)

Summary

Im an embedded software engineer with 4 years experience in C and C++ languages, along with FreeRTOS and TCP/IP stacks.

https://www.linkedin.com/in/tonyjosi/

Work Experience

Software Development Engineer
Amazon Web Services | Nov 2022 - Present
C
Network
TCP/IP
Operating Systems
Part of the open source FreeRTOS Kernel and Libraries development team. Focuses more on the design. development and maintenance of the FreeRTOS+TCP stack.
Engineer
Analog Devices | Sep 2019 - Jul 2022
Python
C++
C
Embedded software engineer

Projects

Game of Life
C
The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970. The game is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves. It is Turing complete and can simulate a universal constructor or any other Turing machine.
C++ STL Vector Container Implementation
C++
Standard Template Library vector is a container class, that can be used like a dynamic array. The elements of a vector are stored in contiguous memory. This project is a re - implementation of the standard STL vector library of C++. It's designed to be exception safe, effcient and memory safe.