</DevsKing>
Edwin Atieno
Full-Stack
Full-stack developer looking for ideas and projects for himself and others

let button_menu = document.querySelector(`header_button`);

let float_menu = document.querySelector(`.header_menu--float`);

let line_top = document.querySelector(`.header_button_line--top`);

let line_under = document.querySelector(`.header_button_line--bottom`);

button_menu.isSelected = false;

function addEffectWriting(element, time) {

let element_array = element.innerText.split(``);

element.count = 0;

element.innerText = ``;

function writeSymbols() {

element.innerText += element_array[element.count];

element.count++;

if (element.count <= element_array.length) {

setTimeout(() => {

writeSymbols();

}, time);

} else if (element.count >= element_array.length) {

element.count = 0;

element.innerText = ``;

writeSymbols();

}

}

writeSymbols();

}

A few years ago, I became interested in developing websites and interfaces. Since then, I have been steadily improving my skills. Now I am developing websites and web applications to order or for myself.
My Skills
Python
Docker
React
DevOps
Git
My Works
something wrong
Data Science
Python
Project management is always a difficult and time consuming task which requires solid skills, long-term experience, and deep expertise in a certain domain.
Sacco App
Group investment
Simple app to help investment groups to keep track of their money
Riziki Apps
Riziki Grocery App
Creating everyday convenience and affordability, for the retail food ecosystem.
BootCamp
Python, Django, React
The most important task of Data Science management is to ensure the highest possible data quality.