Felix DUSENGIMANA

Felix DUSENGIMANA @felixdusengimana

About: A software engineer from Rwanda with the ambitions of developing the world's technology through programming and coding 👌

Location:
Rwanda, Byumba
Joined:
Jan 17, 2021

Felix DUSENGIMANA
articles - 9 total

Responsive image mosaic With CSS and HTML.

To create a responsive image mosaic: Use the display: grid property to create a responsive...

Learn More 10 0May 24 '22

Let's Create an FAQ section with HTML and CSS only (Detail tag explained)

Using <detail> and <summary> HTML tags you can create a simple accordion or toggle...

Learn More 71 6May 22 '22

How to Enable Dark Mode in Chrome on Ubuntu(No Code, Apps, Themes).

If you set Windows to use dark mode, Chrome will also switch to dark mode. Unfortunately, setting...

Learn More 18 8May 19 '22

CSS Combinators Explained.

When selecting HTML elements, sometimes it can be a little tricky to figure out which element you've...

Learn More 7 0May 16 '22

Run any React/ Angular/ Vuejs project directly from Github/GitLab without downloading it.

Want to run any Javascript or Framework project directly from the GitHub repository without...

Learn More 1 2Feb 4 '22

Top 6 free online IDEs for programmers

CODEPEN CodePen is an online community for testing and showcasing user-created HTML, CSS and...

Learn More 0 0Jan 27 '22

What really is "__name__" (A Special variable) in Python🤔?

Are you a Pythonista? if so, let's clearly dive into what "_name_" and "_main_" really is and how it...

Learn More 0 0Jan 26 '22

List Comprehension in Python

You may haven't heard of this, but you're going to love it👌. Wait what exactly is List...

Learn More 5 0Jan 21 '22

Environment Variables in ReactJS.

If you’re using ReactJS and you are accessing some endpoint APIs, you may have come across environmen...

Learn More 52 8Mar 10 '21