qeescodes.hashnode.devHow To Export Figma Image To Code.Introduction Being accustomed to implementing designs on frontendmentor.io where all assets are usually provided, I was astounded to be presented with designs without assets clearly provided. The first time I was made to implement Figma design in cod...Jul 9, 2021·3 min read
qeescodes.hashnode.devJavaScript For Loops.*Imagine writing a code to print out numbers from 1-100, this is sure going to be tiring right? With loops, this can be done without a drop of sweat. for loop is used to iterate over a block of code a couple of times (this is usually specified). It l...Jun 6, 2021·5 min read
qeescodes.hashnode.devACE YOUR PROGRAMMING LIFE WITH HTTP STATUS CODES.IMPORTANT TERMS EXPLAINED. MEANING OF HTTP. HTTP CODES WITH EXAMPLES. Before embarking on the quest to learn what HTTP responses were, I only knew of error 404 and status code 200. I became fascinated to learn and inform my audience about these ...Feb 28, 2021·9 min read
qeescodes.hashnode.devJAVASCRIPT SPREAD OPERATOR SIMPLIFIEDYou will agree with me that ES6(ECMA SCRIPT 2015) came with lots of goodies for developers, one of which is our topic of discussion today, "The spread operator" In this article, we will look into what spread operator is, use cases with examples. By t...Feb 7, 2021·11 min read