BIBalqees Ibrahiminqeescodes.hashnode.dev·Jul 9, 2021 · 3 min readHow 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...01M
BIBalqees Ibrahiminqeescodes.hashnode.dev·Jun 6, 2021 · 5 min readJavaScript 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...00
BIBalqees Ibrahiminqeescodes.hashnode.dev·Feb 28, 2021 · 9 min readACE 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 ...01S
BIBalqees Ibrahiminqeescodes.hashnode.dev·Feb 7, 2021 · 11 min readJAVASCRIPT 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...02WL