ethyan.hashnode.devIntroduction On Front-End DevelopmentWhat Is Front-End? In software engineering, the terms front end and back end refer to the separation of concerns between the presentation layer (front end), and the data access layer (back end) of a piece of software, or the physical infrastructure o...Mar 22, 2020
ethyan.hashnode.devIntroduction On Back-End DevelopmentWhat Is Back-End? Back-End Development refers to the server-side development. It is the term used for the behind-the-scenes activities that happen when performing any action on a website/app. It can be logging in to your account or purchasing a watch...Mar 15, 2020
ethyan.hashnode.devBasic Tips How To Become A ProgrammerIf you like to be a programmer and you have no Idea where to start and what to do, I’ll guide you trough the following slides. so who is the programmer? A programmer is someone who writes code that tells a computer or some other device what to do. In...Mar 9, 2020
ethyan.hashnode.devInstall and configure DNS & Reverse DNS Server with BIND in CentOSHi, I'm going to show you how to install and configure Domain Name System in CentOS. that is not straight forward process and it's might be done with different type of configuration based on your needs. so let's have some agreements on Basics Definit...Jan 18, 2020
ethyan.hashnode.devSass position Mixins with z-indexHi, During the development I got tried of using positions and all related properties, So I decided to makes a mixing to fix it for all. So here it is @mixin buildPosition($position, $args: (), $zindex: ()) { $offsets: top right bottom left; posit...Jan 18, 2020