coding

Topic

8 Posts

Business

Want to be a great programmer but reluctant to code?

Ever heard the phrase “I want to be a programmer but I’m too lazy to code”? To be honest, you’re not alone! Many people are interested in the world of information technology (IT) and its bright career potential, but feel intimidated by the complicated coding process that requires a lot of persistence. The good news […]

Read blog
Education

I’m using this CMS to create My Personal Blog.

As a developer, I’m always looking for ways to create something unique and completely under my control. When I decided to start a personal blog, I knew I didn’t want to be tied down to any pre-made themes or templates. I wanted the freedom to design the front-end exactly how I wanted it, without sacrificing […]

Read blog
Design

Getting to Know Cascading Style Sheets (CSS) Better

In the world of web development, the visual appearance of a web page plays a super important role. This is where Cascading Style Sheets (CSS) come in as the language that lets developers control and tweak the presentation of HTML elements. Do you know what CSS is? CSS stands for Cascading Style Sheets, and it’s […]

Read blog
Programming

I use this HTML element to make the code easy to maintain

As a web developer, we all know how important it is to write clean, organized, and maintainable code. One of the best ways to achieve this is by using semantic HTML. Did you just hear about semantics? So, semantic HTML is the practice of using HTML elements that have clear meanings or purposes. Semantics is […]

Read blog
Programming

How I make an accordion without javascript

You should know that an Accordion is a UI element used to show a list of items concisely. This component consists of several widgets that can be expanded or collapsed. It’s a handy kind of component to display hidden content, usually when a title is clicked. You’ll often find this component on Frequently Asked Questions […]

Read blog
Education

How I learn html and css in less than a month

Hey everyone! Have you ever wanted to create your own website but didn’t know where to start? Or maybe you’re interested in web development but feel like you don’t have enough time? Well, in this blog post, I’m going to share my personal experience learning HTML and CSS in less than a month. Yep, you […]

Read blog
Programming

Getting to know HTML

Everyone who wants to learn how to create a website definitely has to learn HTML first, right? Many say that HTML is a programming language, but that’s wrong! HTML is not a programming language, it’s a markup language. A markup language is a type of language used to format text and embed tags within electronic […]

Read blog
Education

What is a Program, Programmer and Programming?

The world of Information Technology (IT) is filled with terms that might sound similar but have different meanings. One example is programming and programmer. Even though the two are related, it’s important to understand the fundamental differences between them. So, what’s the difference between the two? Let’s talk about it! Program A computer program or […]

Read blog

Get notifications for new posts

This feature is under development.