I’m of the opinion that each language should be written in its idiomatic way, that is the way to get the most out of the language and in addition your code will be easily understandable by the wider community and new developers that might join you or replace you later on. I highly recommend covering these resources if you’re considering learning GO.
I'm a big proponent of Baby Steps Doctrine, yep I think I just coined this term. What do I mean by that? Short version I like keeping things simple, now let's get to the long one.
Web Summer Camp is a place where the nerds go to recuperate surrounded by like-minded experts and aspiring professionals who yearn for knowledge and look for ways to improve their craft.
Let's talk about PHP Tuples and why exploring new languages is good for you.
It's time we talked about the phelephant in the room. *Ba Dum Tss! Get it? This is double wordplay, elephant in the room and php + elephant == phelephant. Ok, I'm gonna stop now...
As if we haven't learned anything from the Left-pad debacle on November 26th the Javascript world was shaken once again.
Object-oriented programming in its core is all about sending messages and responding to them. In my opinion, this is best described by Tell don't ask principle.
Is anyone from dev.to besides me going to Webcamp Zagreb tomorrow? :D
This guide will cover a very important topic for every digital business, search engine optimization. SEO can sometimes appear as a black box, there is a lot of magic behind it and that magic is constantly changing and evolving. In this article, we will try to dispell it by leading you through some of the SEO best practices.
Contrary to popular belief, React’s biggest use cases are not SPAs, it’s the hybrid apps that are most common, and the best fit in my opinion, in this post I will cover how and why I went from a React hater to a React fanboy, and why React is a perfect replacement for jQuery.
Online NPM package downloads calculator.
A post by Sasha Blagojevic
Make your code cleaner by using early returns.
A post by Sasha Blagojevic