All Articles

Find interesting articles here and immerse yourself in the world of literacy

cover

development

Write Code that is Easy to Delete and Not Easy to Extend

If we see ‘lines of code’ as ‘lines spent’, then when we delete lines of code, we are lowering the cost of maintenance. Instead of building re-usable software, we should try to build disposable software.

cover

design

Dear Junior UI/UX Designer

If you feel lost and overwhelmed and have been looking for a guide or a little pick me up, this post is for you and I hope it gives you the clarity and answers you need.

cover

design

Hierarchy Strips in User Interfaces

Presenting your work is essential on every stage of your design career. Whether you’re working with developers, clients, stakeholders or just trying to get your portfolio to have the most impact.

cover

development

When Front-End Means Full Stack

Frontend development is at the intersection of art and logic, business and expression, left brain and right brain, design and nerdery.

cover

development

What is GitHub? A Comprehensive Tutorial for Beginners

As an aspiring web developer, you may already be familiar with GitHub as an application you can use to store your code on the web. But it’s also so much more than that. So, what is GitHub?

cover

development

5 Unix Terminal Tips To Boost Your Coding Speed

Programmers often use terminal applications during programming to do various activities such as entering Git commands, running build scripts, and executing automation scripts.

cover

design

How I used Midjourney to design a brand identity

By now, it’s no secret that AI will considerably impact the future of branding and design—making us question how we can continue to provide irreplaceable value as designers.

cover

Development

[Test] Write Code that is Easy to Delete and Not Easy to Extend

If we see ‘lines of code’ as ‘lines spent’, then when we delete lines of code, we are lowering the cost of maintenance. Instead of building re-usable software, we should try to build disposable software.