diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/_index.md | 13 | ||||
| -rw-r--r-- | content/posts/software_engineering.md | 1 |
2 files changed, 12 insertions, 2 deletions
diff --git a/content/_index.md b/content/_index.md index 7119f8f..8fd39dd 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,7 +2,9 @@ If you would like to contact me or collaborate on the building the next generati `me[at]karanj[dot]com` -Welcome to my home on the world wide web! I am an RF engineer wandering across the pale blue dot constantly in search of the next interesting opportunity to learn. I have a specialization in signal processing. This page gives you an overview of my professional qualifications. I am currently working on the next generation of automotive Radar systems for adaptive cruise control, lane change assist, blind spot detection and cross traffic alert at NXP Semiconductors. I live in Rotterdam, The Netherlands. +Welcome to my home on the world wide web! I am an radio frequency (RF) engineer wandering across the pale blue dot constantly in search of the next interesting opportunity to learn. RF engineering builds systems that transmit and receive [radio waves](https://en.wikipedia.org/wiki/Radio_wave). I have a specialization in signal processing as building such systems requires a broad understanding across analog (Oscillators, mixers, amplifier, etc.) and digital (Microprocessors, DSP accelerators, etc.) domains. + +This page gives you an overview of my professional qualifications. I am currently working on the next generation of automotive Radar systems for adaptive cruise control, lane change assist, blind spot detection and cross traffic alert at NXP Semiconductors. I live in Rotterdam, The Netherlands.  @@ -31,10 +33,17 @@ As an intern at the Defence Research and Development organization, I worked in c ## My skills -I am well versed in python and MATLAB development. I have some experience in C programming to accelerate algorithms using DSP processors. I have worked with FPGAs in the part using VHDL but require time to refresh my skills. I also know a bit of web development as you can see via this [website](https://gitlab.com/KaranJayachandra/karanjayachandra.gitlab.io) and a hobby project of mine called [match up](https://gitlab.com/KaranJayachandra/match_up). Web development helps me create tools that can be shared across a wider audience such a team in my organization. I would like to learn Erlang for concurrent applications and OCaml for functional programming in the future. +I have an undergraduate level knowledge about mathematics specifically linear algebra, calculus, and probability and statistics. I also can work through physics focusing on electromagnetism. I have a basic understanding of how to write good software and I am well versed in python and MATLAB development. I have some experience in C programming to accelerate algorithms using DSP processors. I have worked with FPGAs in the past using VHDL for prototyping but require time to refresh my skills. I aim to upskill on circuit design as well. I also know a bit of web development as you can see via this [website](https://gitlab.com/KaranJayachandra/karanjayachandra.gitlab.io) and a hobby project of mine called [match up](https://gitlab.com/KaranJayachandra/match_up). Web development helps me create tools that can be shared across a wider audience such a team in my organization. I would like to learn Erlang for concurrent applications and OCaml for functional programming in the future. My Alma mater includes [Amrita University](https://www.amrita.edu/) and [TU Delft](https://microelectronics.tudelft.nl/Education/bio.php?id=1176) from where I got my bachelor's and master's degrees in electrical engineer respectively. During my studies I have specialized in signal processing with a strong background in linear algebra, probability and statistics. I have taken up courses in Antenna Systems, Electromagnetism, Communication Theory, Remote Sensing and many more. Please feel free to have a look at my [CV](https://karanjayachandra.gitlab.io/cv) for more information. +## Conferences + +Attending conferences inspires me with new ideas. The conferences I have attended so far as listed below with links to the certificates: + +- [European Radar Conference 2024](https://www.icloud.com/iclouddrive/07ffIHdvDR0oSvKvTzMrs9JYg#021_conference_eurad_2024) +- [International Radar Conference 2023](https://www.icloud.com/iclouddrive/0c6Un1oXrVjUjlfTrLtAIZHIw#022_conference_irc_2023) + ## About Me My guiding principles in life are [Rationalism](https://en.wikipedia.org/wiki/Rationalism) and [Humanism](https://en.wikipedia.org/wiki/Humanism). I believe in striving to push the boundaries of science as described wonderfully by [Matt Might](https://matt.might.net/articles/phd-school-in-pictures). But this push is matched by the need to innovate for a better future in more tangible way. I am always looking for new avenues to learn and grow in all aspect of life. diff --git a/content/posts/software_engineering.md b/content/posts/software_engineering.md index dfdbc27..aa5e8e9 100644 --- a/content/posts/software_engineering.md +++ b/content/posts/software_engineering.md @@ -45,6 +45,7 @@ Simple, fast and open tools are usually better in most cases. They allow for qui ## References
+- [Pragmatic Programmer](https://pragprog.com/titles/tpp20/the-pragmatic-programmer-20th-anniversary-edition/)
- [21 Lessons from Google](https://addyosmani.com/blog/21-lessons/)
- [Big O](https://samwho.dev/big-o/)
- [Periodic Table of System Design](https://github.com/jarulraj/periodic-table)
|
