Published onOctober 10, 2022What else do I have to do?programmingcodesoft-skillscareermanagementleadershipcommunicationKnowing how to code is not enough in the modern world. You need to be able to communicate, manage, and lead. Here are some tips on how to do that.
Published onJune 16, 2022Clean FunctionsjavascriptcodetipsHere are some tips regarding clean functions. There are more to into clean functions but these are some basics that I could fit into this post.
Published onJune 12, 2022React PropsreactcodetipsProps are one of the most essential concept of React. Read more about them here.
Published onMay 24, 2022Arrow FunctionjavascriptcodetipsJavascript has long incorporated a compact and convenient way of writing functions in Javascript, called the arrow function or thick arrow.