Emrah Usar

Understanding ISO 15118 Standard

As the world transitions towards sustainable energy solutions, electric vehicles (EVs) have gained significant traction. However, the widespread adoption of EVs relies heavily on efficient and standardized charging infrastructure. ISO 15118 is a groundbreaking standard that addresses this need, revolutionizing the way EVs are charged and paving the way for a cleaner and more sustainable

Revolutionizing EV Charging Infrastructure: Harnessing the Potential of Dynamic Load Balancing

As electric vehicles (EVs) continue to gain popularity worldwide, the need for an efficient and robust charging infrastructure becomes increasingly evident. One of the critical challenges associated with EV charging is managing the load on the electrical grid, especially in densely populated areas where multiple vehicles are simultaneously charging. This is where dynamic load balancing

OCPP: Empowering EV Charging Businesses

The rapid growth of electric vehicles (EVs) has given rise to a thriving industry focused on building an efficient and reliable charging infrastructure. To ensure seamless interoperability and standardized communication between various charging stations and central management systems, the Open Charge Point Protocol (OCPP) has emerged as a game-changer. In this article, we explore the

How to Build An App – 2019

In this article we will be creating an iOS application. Our application is designed to be simple so that we can learn the basics of how to build one.For this tutorial, make sure you have XCode installed in your machine. If you do not have XCode installed, follow this link to download it. After you

Best Programming Languages to Learn in 2019

Learning a programming language can be a daunting task for you if you’re not familiar with the basics of how computers work. In this blog post we will have a closer look into programming languages and why they are popular and worth learning. You will have to eventually decide which programming language you want to

UITableView Application without Storyboards

Create UITableView Application with no Storyboards In this tutorial we will be making a real world application using a UITableView with a custom designed cell view without storyboards or nib files. What this app does is that it makes an API call to reddit’s top 50 entries and displays them on a TableView. Once all