I am a junior engineer specialising in Front-End development and the JavaScript ecosystem. Creating complex, scalable web apps and focusing on writing clean, elegant and efficient code. Confident to take up new challenges in software development and add value to the company and the project. On a personal level, I am highly motivated, result-oriented, self-driven, hard-working and constantly seeking to improve my skills.
Stars
Projects
Repository
Commits
Technologies I work with
When creating products, I use the JavaScript library which is perfect choice for building dynamic web applications.
Thanks to the use of Virtual DOM,
React projects are extremely fast and scalable.
The logic of the components is written in JavaScript, therefore processing complex data structures is much easier. React can also render on the server side with Node, as well as power mobile applications with React Native.
Node.js is a back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser.
As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications. HTTP is a first-class citizen in Node.js, designed with streaming and low latency in mind. This makes Node.js well suited for the foundation of a web library or framework.
Gatsby is a meta-framework built on top of React. It allows devs to build fast-loading, fully interactive Jamstack sites.
Gained fans primarily due to its extensive plug-in ecosystem, efficient integration with virtually any API or data source, and excellent documentation. Jamstack is also a fun experience for developers.
It’s a minimalist framework that allows developers to easily create a React application with server-side rendering support.
It has its own server in Node.js, which renders the requested page, first by fetching the relevant data from the API, and then generating its HTML code and returning it to our browser. This allows search engines to index the application without any problems.
JavaScript is a scripting language that enables you to create dynamically updating content, control multimedia, animate images, and pretty much everything else.
JavaScript is a scripting or programming language that allows you to implement complex features on web pages — every time a web page does more than just sit there and display static information for you to look at — displaying timely content updates, interactive maps, animated 2D/3D graphics, scrolling video jukeboxes, etc. — you can bet that JavaScript is probably involved.
MongoDB is the leading modern, general purpose database platform, designed to unleash the power of software and data for developers and the applications they build.
MongoDB
stores data in flexible, JSON-like documents,
meaning fields can vary from document to document and data structure can be changed over time.