Fullstack Developers VS Specific Developer
What are FrontEnd, Backend & Fullstack developers As developers we have huge amounts of skills to master even if we focus on a single language or a single type of …
Read MoreCreating Magic With Code
What are FrontEnd, Backend & Fullstack developers As developers we have huge amounts of skills to master even if we focus on a single language or a single type of …
Read MoreExercise: Queues: A Tale of Two Stacks Site: Hackerank Link: hackerrank Language: Python Just got back to my daily programming exercises and start with this nice question on implementing a queue with 2 stacks. …
Read MoreAre you still having those console.log lines to debug your code or to inform other devs for the use of your code? If so, read on… Designed Log Message console.log(‘%cdesigned’, …
Read MoreYou got yourself your new feature to work on, another login system, log service, social plugin etc. While you are talking to your team about the new feature, dozens of …
Read MoreI was just writing on some of my coding adventures with some new awesome features I did and took advantage of JWT. While I was writing that post as I …
Read MoreFacebook API is quite robust and you have a lot of loose ends you need to cover. You need to handle limits for your app, for your user, for your …
Read MoreGit is an amazing tool, and I can surely say it saved my life for several times during my career. adding code #create a new commit git commit -am “some …
Read MoreSomething like 3 years ago I decided to start reading more books and this decision had a great impact on my life. With all that great knowledge I get to …
Read MoreNice problem for that is used on all of our IDEs simply checking if our brackets fit together. Problems description here Solution Brief: Simply running through each char in the string, …
Read MoreFor quite some time I was always confused on how the versions of different packages really worked. In most cases simply copy and pasting from different guides around the web …
Read More