JavaScript functions A Really Quick Refresher On JavaScript Function Concepts If you’ve been coding in JavaScript for a while, you know that functions are the building blocks of this powerful language. Hence why it’s always… kleamerkuri May 24, 2023 · 7 min read
JavaScriptProjectsReactUI design How To Add Styles To React Components (Part 3) Ready to give your React components a stylish makeover? Today, we’re diving into the exciting world of adding styles to React components and how you… kleamerkuri May 17, 2023 · 8 min read
Array MethodsJavaScript A Dirty Quick Refresher On JavaScript Array Methods You Need To Know Did you know you can use JavaScript array methods to create a new array without modifying the original one? Arrays are the workhorses of JavaScript,… kleamerkuri May 10, 2023 · 7 min read
JavaScriptJSXReact How To Build Dynamic React Components With JSX (Part 2) Once you start a React project, it’s good to lay out a plan of what pieces the application you’re building requires. React groups UI elements… kleamerkuri Apr 26, 2023 · 13 min read
ES6JavaScript 14 ES6 Features You Need To Know To Refresh Your JavaScript Alright, let’s get real – JavaScript can be a bit of a headache sometimes. But with ES6, it’s a whole new ball game. ECMAScript 6,… kleamerkuri Apr 19, 2023 · 12 min read
Command lineJavaScriptNode.jsReact How To Start Your React Journey: Create React App (Part 1) React is a popular JavaScript library used to build User Interfaces (UIs). It only takes a brief search for dev jobs to see how many… kleamerkuri Apr 5, 2023 · 5 min read