19/04/2021
A proxy server, or just proxy for short, is like having another computer that your internet requests get sent to before going to the real website.
Follow .eveloper
▫️For those who prefer Quality over Quantity
▫️Learn and grow as a developer
▫️Tips and techniques to enhance life and career
Join our Discord server!
19/04/2021
A proxy server, or just proxy for short, is like having another computer that your internet requests get sent to before going to the real website.
Follow .eveloper
18/04/2021
CDN: Content Delivery Network
Almost all consumer facing apps that have traffic from all over the world rely on CDNs.
Follow .eveloper
Follow .eveloper
Follow .eveloper
15/04/2021
Having a computer science degree is not necessary anymore to become a developer. Focus on the topics shared in the post and you are golden.
Follow .eveloper
Follow .eveloper
Follow .eveloper
15/04/2021
5 Jokes only programmers would understand
Swipe to see the full post.
Follow .eveloper
Follow .eveloper
Follow .eveloper
14/04/2021
Hello everyone, our topic for today is programming principles
➸ KISS - Keep It Simple, Stupid
➸ DRY - Don’t Repeat Yourself
➸ YAGNI - You Aren't Going to Need It
➸ Composition over inheritance
Follow .eveloper
Follow .eveloper
Follow .eveloper
12/04/2021
Hello everyone, our topic for today is SOLID.
* S - Single-responsiblity Principle
* O - Open-closed Principle
* L - Liskov Substitution Principle
* I - Interface Segregation Principle
* D - Dependency Inversion Principle
Follow .eveloper
Follow .eveloper
Follow .eveloper
@ Berlin, Germany
10/04/2021
Kotlin ranges and progression helps you write loops more efficiently. You can perform various calculations using progressions.
Follow .eveloper
Follow .eveloper
Follow .eveloper
08/04/2021
Fibonacci series using Kotlin. We will look multiple implementations and learn about Kotlin aggregation functions. Swipe to see the complete post.
Follow .eveloper
Follow .eveloper
Follow .eveloper
07/04/2021
Kotlin scope functions are really useful to modularise your functions without losing the conciseness of the language. In this post, there is a table to describe the scoping functions and their behaviour.
Also some general use cases.
Go through the previous post to learn Kotlin Scoping functions with their code samples.
Follow .eveloper
Follow .eveloper
Follow .eveloper
06/04/2021
Kotlin scope functions are really useful to modularise your functions without losing the conciseness of the language. There are different use cases of each of the scope functions.
Swipe to learn all the scoping functions with code examples.
Follow .eveloper
Follow .eveloper
Follow .eveloper