Tagbangers Blog

Frontend

Simple set up for gulp-sass

日本語版はこちら Hi! It's me again and this time I'll be sharing on how to automatically compile our scss file with gulp, which is very useful for web development. Ok, let's get started! Installing gulp, gulp-sass as a dev dependency $ npm install gulp gulp-sass -D Sample directory what we'll need:  source ...

Basic structure of a web page

Hi there! I Guess I'll start with a self-introduction. My name is Sylvester Abeng, and I'm from Kuching, Malaysia (yes, google it). I recently started my very first job at Tagbangers last May and yes, I had almost zero knowledge about web development.  So for the first few weeks, I've been learning ...

Learning the Basics of JavaScript

Hi, my name is Fujioka. I started working as an intern of Tagbangers just last Thursday. However,  since I have almost zero experience in programming, my job right now is to study. Writing articles on this blog will be one of my ways to study. By doing this, I aim to reflect on what I have learned. ...

Tips for Chrome DevTools: Add a Shadow

Hello web developers :) In this article I will introduce you to a small tip for Chrome DevTools. This will be the first episode (like it's going to become a series). Anyways, the tip for today is something useful when you want to add shadows to an element. First things first, let's open up the DevTo...

Note about printing out a web page in Chrome

When you try to print out a web page using Chrome, the background of the page would disappear by default.  Usually this is not a bad thing, considering the appearance of the page and the amount of ink that can be saved by erasing the background. But sometimes, you might want to print out the whole t...