I have to create a web page with these kinds of things. If you know how please teach me. Now I stuck with step create a database connection and sometimes the configuration not working on IntelliJ IDEA when I ran some bash.
Join discussionIt seems there are very less sources available to learn Flutter / Kotlin. As of now totally confused with these many options available.. As all are new for me, I am more confused.. PHP and JS are the languages I am used to.
WSAAJWarren and 4 more commentedI am reading a lot about Kotlin lately in blogs. But I am not sure what seems to be the benefit of switching the existing app into Kotlin. Is there any specific feature or performance gain one can get with switch to Kotlin?
MMark commentedI'm looking for a frontend framework for a new KotlinJS project, Vue.js seems to tick most of the tick-boxes and also seems less complicated than ReactJS - both however should work fine with KotlinJS since both have TypeScript support which I'll just...
Join discussionWhen developing in Java, I often find that my code doesn't match existing code. I think I may be doing object oriented stuff wrong? class SaladMaker { private List<Fruit> fruitSalad; /** * Given a recipe, create a fruit salad in {@link ...
SStephen commented