Happy new week : )
Trust you had a great weekend and your week is up for a great start?
Hereās what I have for you this week:
ā¦
What I did last week(s) š
- I published Should you write an article on an already written topic?: In this video, I explain why it doesnāt matter if an article as already been written, and how it shouldnāt stop you from writing yours.
- I published React Components as Living Things | State and Lifecycle Simplified: In this video, I simplify the concept of state and lifecycle as it applies to React components
- I published The Concept of React Hooks | Why they are relevant: In this video (an extension of the video in number 2), I explain what React hooks are and why they are relevant
- I published CSS Box Model Simplified where I explain what CSS box models are and how they apply to elements.
- I published few articles on Python on FreeCodeCamp
- I shared different posts explaining concepts around JavaScript, React and CSS onĀ Instagram.
ā¦
ICYMI, few days ago, I publishedĀ
Stop comparing yourself with people: Most of the time in tech (as well as many other areas in life), we compare ourselves with our āmatesā but we fail to realize that weāre being unfair to ourselves. In this TikTok video, I share why you should stop doing that.
ā¦
Hereās a technical writing resource I created,Ā
Simplified Technical Writing,Ā where I share most (if not all) of my experience in Technical writing. In it, I share how to get started, how to get topics, writing jobs you can apply for and so much more. Do check it out if interested and share : )
ā¦
Featured Articles āļø
- A Simple CSS Flexbox Cheat Sheet
- Array.splice() - for removing, replacing or adding values to an array
- Guide to promises in Node.js
- Explaining JavaScriptās Execution Context and Stack
- The Quickest Way to Become a Better Developer
ā¦
Featured Videos š¹
- Junior vs Senior React Folder Structure - How To Organize React Projects
-
7 Tips to Get a Job as A Developer - 2022: Valuable tips shared here. You should check it out.
- Debouncing Simplified | How to implement in JavaScript with Example
ā¦
Tool of the day š
react-hook-form: a React library similar to Formik that allows you to manage forms in React applications. It also allows you to add validations to different inputs in the form and many other features
ā¦
Useful tip of the day āØ
You can skip values when destructuring arrays using trailing commas. Hereās how:
const array = [1, 2, 3]
const [first, , third] = array
console.log(first, third)
// 1 3
Using a trailing comma as seen above, I skipped the second value in the array and only created variables for the first and the last item.
ā
Thatās it for this week.
I currently have an Instagram accountĀ
@deeecodeĀ where I share code/tech tips from time to time. Do follow if youāre interested :)
If youād like to talk about Tech (writing or software engineering) or have questions, you can schedule a meeting with me in myĀ
Calendly profile. Looking forward to meeting you.
As a content creator, I love simplifying diverse topics in web development that I understand. Do you have any issues, tools, or frameworks that youād like to understand better? Do let me know, and I may come up with an article or video on it.
A new week, another opportunity to do amazing things! So go do amazing things š.
Do have a splendid week š