Elixir is a dynamic, functional language designed for building scalable and maintainable applications. Elixir leverages the Erlang VM, known for running low-latency, distributed and fault-tolerant systems, while also being successfully used in web development and the embedded software domain. (elixir-lang.github.com, 2019) That was my first understanding of the language Elixir. I started using...
ESSENTIAL TOOLS FOR AGILE PRODUCT DEVELOPMENT TEAMS IN 2018
TOOLS FOR AGILE PRODUCT DEVELOPMENT TEAMSThe startup story starts and ends with speed, the ability to build, test and scale while establishing a working and profitable business. Today most of this businesses are technology driven and their success most times depends on the success of her tech term, below are tools to aid your team’s performance. Sublime Text / Vscode / Atom: Since developers...
MY INTERNSHIP EXPERIENCE AT REIMNET.
From the rising of the sun to its setting, each day at Reimnet has gotten me one code ahead. My name is Tamunopriye Dagogo-George; I’m a computer science student in the University Of Ilorin currently serving a 6-month internship program at Reimnet, a Software Development Company. My goal is to become a renowned software developer in Nigeria and beyond. Fulfilling this goal is my top priority...
TIME MANAGEMENT AS A TECH ENTHUSIAST
In the most recent edition of our town hall meeting, we discussed about time management as a tech enthusiast. We all know that a very important factor in any task assigned to us is “time”, once one has been given a deadline, one would have to do everything possible to make sure to deliver the task before the deadline so let’s discuss how to manage time when assigned tasks. One important thing to...
FUN FACTS ABOUT CODES
Most programmers today just writes code for the purpose of that moment, failing to realize that you could one day need that particular line of code, but by the time you go back to check the same line of code, its seems weird to you. Today we will be looking at the important things a good programmer needs to look out for when writing lines of code. Code readability and re-usability is a universal...
MVC ARCHITECTURE AND PROCESSES IN ELIXIR
The Model-View-Controller (MVC) is an architectural pattern that separates an application into three main logical components: the model, the view, and the controller. Each of these components are built to handle specific development aspects of an application. Model: Representation of domain dataBusiness LogicPersistence Mechanism Controller: Intermediary between model and viewIt maps user...
PROJECT MANAGEMENT
What is a project? It is a temporary endeavor undertaken to create a unique product or service. Projects are UniqueTemporary in natureAnd termed successful when they meet or exceed the stakeholders’ expectations. What is project management? This is the application of knowledge, skills, tools and techniques to project activities to meet project requirements. It is accomplished through the use of...
MICROSOFT WELCOMES PROGRESSIVE WEB APPS TO EDGE AND WINDOWS 10
Over a year ago, Microsoft outlined the vision to bring Progressive Web Apps (PWAs) to more than half a billion devices running Windows 10. PWAs bridge the gap between the web apps we all love to build and a native app’s fluid elegance. PWAs feel more special even though it’s built on a full web stack in the browser. They also come with the features we love so much about the Web...