Full-stack Developers
491 subscribers
3 photos
5 files
77 links
A channel where people can seek help or show their skills regarding full-stack web-dev. Happy coding
Download Telegram
Forwarded from Programming Challenges (MAXIMILIAN)
Jobs as a dev
+=========+
Many of you are very confident in being able to find a job! On the other side of the spectrum, some worry about the future.

Regardless which side you are own, we Have something for you!

+======+
@prograjobs
+======+

A Channel and a community with the mission of helping you from being a beginner to landing that first Job!

+======+

With our multiple partner-channels, we offer a very wide range of opportunities to grow personally!

And we have a nice family ;)
Did you know about this? 😳
Forwarded from TheFrontEnd🔥
This media is not supported in your browser
VIEW IN TELEGRAM
Wuuut

Who else didn't know or am I the only one?
Interesting way how spotify makes their texts on images readable. Try it yourself!
How to prevent an SQL injection 🧐
Forwarded from TheFrontEnd🔥
This media is not supported in your browser
VIEW IN TELEGRAM
When client asks to make loading animation a bit more interesting 😂
Forwarded from TheFrontEnd🔥
Ever thought of vscode entirely in Web?

vscode.dev
Forwarded from Algochallenges
If binary trees are represented in arrays, what formula can be used to locate a left child, if the node has an index i?
Anonymous Quiz
58%
2i+1
22%
2i+2
19%
2i
2%
4i
Join algochallenges for coding interview preparation!
Forwarded from Algochallenges
What are the worst case and average case complexities of a binary search tree?
Anonymous Quiz
21%
O(n), O(n)
39%
O(logn), O(logn)
19%
O(logn), O(n)
21%
O(n), O(logn)
Forwarded from Algochallenges
Balanced binary tree with n items allows the lookup of an item in ____ worst-case time.
Anonymous Quiz
42%
O(logn)
32%
O(nlog2)
24%
O(n)
2%
O(1)