@jsaras
Hobby Programmer.
Nothing here yet.
No blogs yet.
I remember learning variable hoisting when I was learning JavaScript for the first time. From MDN docs: Because variable declarations (and declarations in general) are processed before any code is executed, declaring a variable anywhere in the code ...
Code confessions, if you may… You grow as a programmer over time, and looking back at some piece of code, you’ve written a while ago would make you uneasy. Has this happened to you? I was going through my old code and found this: jQuery(jQuery('*', ...
Fetching data for every react view “seems” a little inefficient, putting it inside the lifecycle hook: componentDidMount. Is it a common practice? How do you handle data fetches in your React apps?
If I look back at my careers there are many ways I have tried to improve my coding skill : reading other's code, writing various programs, reading popular books, listening to many podcasts, watching screencasts and more. My question is: What is the m...
Atom is awesome! One of the best open source projects. TBH, you can always find me loitering atom's packages section. I try to find new and good themes and keep my editor fresh and shiny always. :) Which atom theme are you currently using and what a...