Published in JavaScript in Plain English·Jul 23, 2021Member-onlyTop 8 JavaScript Tricks You’ve Never Used BeforeThese snippets will save you a world of trouble! Let’s get straight to it. 1 — Strip Out HTML Tags Strip out HTML tags and extract the text value using regex:Programming6 min readProgramming6 min read
Jul 15, 2021Also cool is that most of the stuff you're doing with class -- partial matching and if it's present…201Jason KnightYes!! It is absolutely amazing how much CSS actually saves you from writing JS hahaYes!! It is absolutely amazing how much CSS actually saves you from writing JS haha1 min read1 min readYes!! It is absolutely amazing how much CSS actually saves you from writing JS haha----1
Published in JavaScript in Plain English·Jul 11, 2021Member-onlyTop 8 CSS Tricks You’ve Never Used BeforeAvoid using JavaScript along with RegEx — when CSS does it all for you! — Strictly abiding by my ‘no-fluff’ doctrine, let’s just dive right in: 1. Class Contains [class*='section_'] { box-sizing: border-box; } The style rules that are declared within the body of the above command will apply to every HTML element that contains the string section_ . For example, only HTML elements with class-names such as…CSS6 min readCSS6 min read
Published in JavaScript in Plain English·Jul 7, 2021Member-onlyTop 12 HTML Tags You Had No Idea ExistedThese tricks will speed up your workflow & make your code scalable. How many times have you written a script while building a website or a web app and realized that there was an HTML element that did that exact thing? Well — if you’re anything like me, I’m guessing…HTML5 min readHTML5 min read
Published in JavaScript in Plain English·Jul 6, 2021Member-onlyHow To Build A Slider In ReactImprove your React chops & cut library overhang by using React! No, not the kind of slider in the image above, but an actual slider which you can navigate from slide 0 – 3. Those do look quite delicious though. What we’re building (you can’t eat these sliders):Java Script4 min readJava Script4 min read
Published in JavaScript in Plain English·Jul 4, 2021Member-onlyHow to Quickly Create a React Table — WITHOUT a LibrarySet up a React table without spending time reading complicated docs and crying. No fluff. No crying. 3, 2, 1 —Let’s go!Java Script4 min readJava Script4 min read
Published in JavaScript in Plain English·Jun 28, 2021Member-onlyWeb Development Interview Questions Cheatsheet, 2021133 web development interview questions you will most definitely be asked. Before we begin “What is the logarithmic output of the observable universe” is a question you will not likely be asked in a technical interview for a front-end or full-stack position. However, your chances of getting asked something like, “Can you explain…Java Script6 min readJava Script6 min read
Published in JavaScript in Plain English·Jun 23, 2021Member-onlyI Got Tech Interviews With Amazon, Apple, and Others By Using THIS ResumeShowcasing experience & skills to the big-wigs on a single page is… POSSIBLE. Writing a technical resume is HARD WORK — especially one that is well structured, readable, to-the-point, and FREE of FLUFF, considering the myriad of skillsets with different tools one might have. Recruiters on average, spend no more…Resume6 min readResume6 min read
Published in JavaScript in Plain English·Jun 12, 2021Member-onlySeamlessly Validate React Forms Using Formik and YupReact Forms can quickly get complicated. Formik will save you both time & tears. — Forms in React vs. traditional HTML, CSS & Vanilla JS: React forms can get a little hairy, simply because of the scoping issues with a multiple component structure (brought about by the idea of modularized components). Add to that the complex data flow between those separate components — in terms of state management, and it is very easy to lose…Java Script6 min readJava Script6 min read
Jun 10, 2021Member-onlyWhy We Must NEVER GIVE UP.Struggles, rejections, defeat — as painful as they are, they shape us. If we channel our energy towards positivity, we win. Our first natural instinct when we get rejected is to reflect inward and ask the seemingly never-ending question “Why not me?”. What we often fail to remember — is…Self Improvement3 min readSelf Improvement3 min read