Alican Demirtas
Alican Demirtas
Full-Stack Developer
Full-Stack Developer
programming language from the .NET development stack.
I am looking to move over to the world of Python and JavaScript. Ideally, a Django
backend and React/Redux frontend environment, but I am open to a variety of tech stacks.
I am a resourceful, attentive, and diligent potential employee,
as well as a dynamic team player who loves working with others.
Key Skills
Django-REST
Python Web API Development
React/Redux
Declarative Frontend Development
Node.js (Express)
JavaScript Backend Development
Sass
A Modern CSS Preprocessor
Database Admin
Postgres, MSSQL, MongoDB, SQLite...
Cloud Platforms
Microsoft Azure, AWS (Beginner)
Projects
Blog Posts
Working with React Components in F#
If you already consume React libraries from other developers in your Elmish apps, writing your own F# wrappers around React components might be just what you need to take the next step towards being a full stack F# developer. Luckily, it's made very...
ViewRouting and Navigation in Elmish SPAs
Unlike multiple page applications, SPAs consist of a single page. We update the contents of this page depending on user actions (or other events) to create the perception of navigating to another page. To find out more about SPAs and the benefits of...
ViewJSON Serialisation in F#
The default option for a .NET developer when you need to parse some JSON is to use the JsonSerializer object from the System.Text.Json library. The problem is that this library hasn’t supported F# types until recently, and now it only supports them...
View