Tinkering With Ktor: Setting up a simple server with Docker
Eventslooped
by
1M ago
Summary After doing a few small projects on Android, I’ve come to enjoy Kotlin’s convenient syntax that strikes a beautiful balance between functional and imperative programming. After doing some research, it looks like Kotlin has been gaining popularity on the server-side as well and for good reasons, it’s so darn productive. I’ll be doing a small series of posts on how to use Ktor framework, for my own learning and hopefully for yours as well ..read more
Visit website
Go Interview Question #3 - Write a function that checks if brackets are balanced
Eventslooped
by
3y ago
Another very common interview question, is to check if brackets are balanced in a string. If you have never done any stack questions before, this can be tricky. But, once you see how a stack can be used, it becomes very straightforward. Let’s look at what balanced brackets look like: “(())()”, “((()))”, “()”… Unbalanced brackets: “(((”, “())”, “(()”… A stack is like a can of Pringles, the last chip that was put into it, is the first to come out ..read more
Visit website
I'm a self taught developer, which websites did I use to learn
Eventslooped
by
4y ago
Looking back, it would of probably been better if I got my Computer Science degree instead of Mathematics. At the very least, it would have made the first few years of my career a whole lot easier. That is one way of looking at it, but would I be a better developer if I had it easier? That is hard to say. But, all those experiences have made me who I am today, and I am happy with where I ended up ..read more
Visit website

Follow Eventslooped on FeedSpot

Continue with Google
Continue with Apple
OR