Devloaf

Devloaf

📖 Learn to code in a fun way
đŸŽ¯ Useful programming tips and tricks
đŸ’Ĩ Weekly content

Photos from Devloaf's post 19/08/2022

5 Sorting algorithms every developer should know

Photos from Devloaf's post 17/08/2022

Do you know more tips for writing better code? Let us know in the comments!

Photos from Devloaf's post 15/08/2022

Do you know what is the difference between strongly and weakly typed programming languages? 🤔

Photos from Devloaf's post 15/07/2022

Basic GIT commands

Photos from Devloaf's post 06/05/2022

Web 3.0 explained! 👏

Photos from Devloaf's post 04/05/2022

That is technology behind 🔒 on every browser!

Photos from Devloaf's post 02/05/2022

Learning your favourite programming language is just the first step to becoming a great software engineer. Learning underlying principles of software is as important. These books focus on exactly that. 📚

Photos from Devloaf's post 29/04/2022

Blockchain explained! 🧱⛓

Photos from Devloaf's post 27/04/2022

Top 3 programming languages according to StackOverflow survey 2021.

Photos from Devloaf's post 25/04/2022

Here are 3 websites to jump-start your developer career for free!

Photos from Devloaf's post 19/04/2022

ℹī¸ NFTs, explained

Photos from Devloaf's post 13/04/2022

Have you ever wondered what does SQL stand for? 🤔

Photos from Devloaf's post 11/04/2022

Using it daily, but didn't know much about it 😄

Photos from Devloaf's post 08/04/2022

Did you know that JSON is derived from JavaScript? 🤔

Photos from Devloaf's post 06/04/2022

A quick explanation of what REST stands for!

Photos from Devloaf's post 05/04/2022

Top 3 multiplatform frameworks!

Some of the stats which were used to create the list:

➡ī¸ React native (released 2015)

Github stars - 102k
Contributors -2311
Google trends - 96
Stackoverflow questions - 125k

➡ī¸ Flutter (released 2017)

Github stars - 139k
Contributors - 993
Google trends - 90
Stackoverflow questions - 122k

➡ī¸ Ionic (released 2013)

Github stars - 46,7k
Contributors - 427
Google trends - 63
Stackoverflow questions - 48k

Photos from Devloaf's post 05/04/2022

The main advantages of Demeter's law are:

➡ī¸ Classes can be reused with ease.

➡ī¸ Dependencies between classes and coupling are reduced.

➡ī¸ The code is easier to test.

➡ī¸ The code is more maintainable and flexible to changes.

Photos from Devloaf's post 05/04/2022

A couple of benefits of using polymorphism instead of if/else or switch/case:

➡ī¸ Removes duplicate code. You get rid of many almost identical conditionals.

➡ī¸ If you need to add a new ex*****on variant, all you need to do is add a new subclass without touching the existing code (Open/Closed Principle).

Photos from Devloaf's post 05/04/2022

Leave your code cleaner than you found it 👏