#kotlinprogramming 搜索结果

未找到 "#kotlinprogramming" 的结果

Day 06 It was all about reading the input correctly part2 was mostly an extension of the operands serialized Again, there was no need of the extra perform operations #kotlin #AdventOfCode #kotlinprogramming

tuuhin_'s tweet image. Day 06 
It was all about reading the input correctly part2 was mostly an extension of the operands serialized
Again, there was no need of the extra perform operations
#kotlin #AdventOfCode #kotlinprogramming
tuuhin_'s tweet image. Day 06 
It was all about reading the input correctly part2 was mostly an extension of the operands serialized
Again, there was no need of the extra perform operations
#kotlin #AdventOfCode #kotlinprogramming
tuuhin_'s tweet image. Day 06 
It was all about reading the input correctly part2 was mostly an extension of the operands serialized
Again, there was no need of the extra perform operations
#kotlin #AdventOfCode #kotlinprogramming

Day 5 The first part was very easy just checking some ranges second part can't use a mapper set you will get memory expectation So, for part2 sort then out then lay the ranges with respect to the next and create a large range #kotlin #AdventOfCode #kotlinprogramming

tuuhin_'s tweet image. Day 5
The first part was very easy just checking some ranges
second part can't use a mapper set you will get memory expectation
So, for part2 sort then out then lay the ranges with respect to the next and create a large range
#kotlin #AdventOfCode #kotlinprogramming
tuuhin_'s tweet image. Day 5
The first part was very easy just checking some ranges
second part can't use a mapper set you will get memory expectation
So, for part2 sort then out then lay the ranges with respect to the next and create a large range
#kotlin #AdventOfCode #kotlinprogramming

Day 4 Yes, I there is much better and much faster solutions, but it works right. 😊 #kotlinprogramming #AdventOfCode

tuuhin_'s tweet image. Day 4 
Yes, I there is much better and much faster solutions, but it works right. 😊 #kotlinprogramming #AdventOfCode
tuuhin_'s tweet image. Day 4 
Yes, I there is much better and much faster solutions, but it works right. 😊 #kotlinprogramming #AdventOfCode

Day 2 part1 Yes, I could have used regex, but I am thinking about mirrors and reflection 😊😊😊😊 Honestly now I feel it to be a regex question Love to see part2 without regex though #kotlin #kotlinprogramming #AdventOfCode

tuuhin_'s tweet image. Day 2 part1
Yes, I could have used regex, but I am thinking about mirrors and reflection 😊😊😊😊
Honestly now I feel it to be a regex question
Love to see part2 without regex though 
#kotlin #kotlinprogramming #AdventOfCode

It's that time of the year, yes no of questions is being reduced but i am sure there is some more questions as gift later. 😆😆😆😆😁😁😁. Didn't able to solve more than 12 previous years let's see, how many is feasible this year #kotlin #kotlinprogramming #AdventOfCode

tuuhin_'s tweet image. It's that time of the year, yes no of questions is being reduced but i am sure there is some more questions as gift later. 😆😆😆😆😁😁😁.
Didn't able to solve more than 12 previous years let's see, how many is feasible this year
#kotlin #kotlinprogramming #AdventOfCode
tuuhin_'s tweet image. It's that time of the year, yes no of questions is being reduced but i am sure there is some more questions as gift later. 😆😆😆😆😁😁😁.
Didn't able to solve more than 12 previous years let's see, how many is feasible this year
#kotlin #kotlinprogramming #AdventOfCode

The issue with battery included backend framework like Django, spring boot is sometime everything just work out-of-the box but the developer has no knowledge of it exists and end up building the whole thing. 😪😪😪😪 #kotlinprogramming #springboot #djangoframework


10-11 done another 40 more to go. I don't know if I am able to complete this but really there is a lot to learn about authentication and authorization Even I am messing up every time #backenddevloper #springboot #kotlinprogramming #RESTAPI #Learning

tuuhin_'s tweet image. 10-11 done another 40 more to go.
I don't know if I am able to complete this but really there is a lot to learn about authentication and authorization
Even I am messing up every time
#backenddevloper #springboot #kotlinprogramming #RESTAPI #Learning

what about new Week new goals, goHard or goHome #kotlinprogramming

awstine_jessy's tweet image. what about new Week new goals, goHard or goHome
#kotlinprogramming

Best thing about ensuring an API is secure at least a certain about is thinking how can i myself break it #springbootannotations #spring #kotlinprogramming #backenddevloper

tuuhin_'s tweet image. Best thing about ensuring an API is secure at least a certain about  is thinking how can i myself break it 
#springbootannotations #spring #kotlinprogramming #backenddevloper

You do kotlin and seem bored while coding then you gotta add this to your playlist😁 #kotlinprogramming open.spotify.com/playlist/679wC…

awstine_jessy's tweet image. You do kotlin and seem bored while coding then you gotta add this to your playlist😁   #kotlinprogramming 
open.spotify.com/playlist/679wC…

Just got started with Ktor, backend for Kotlin devs #kotlinprogramming 🥳

awstine_jessy's tweet image. Just got started with Ktor, backend for Kotlin devs
#kotlinprogramming  🥳

#kotlinprogramming #100DaysOfCode Kotlin code: calling a function to get the maximum value fun main() { val max = getMax(6, 9) println(max) } fun getMax(a: Int, b: Int): Int { val max = if(a>b) a else b return max } //Output: 9


StateFlow (Kotlin Flow API): Always has a value, not lifecycle-aware by default, emits only on change, supports full Flow ops. LiveData: Can be null, lifecycle-aware, emits even if unchanged, limited ops. ✅ For new Kotlin projects — Nothing extra needed.😁 #kotlinprogramming

awstine_jessy's tweet image. StateFlow (Kotlin Flow API): Always has a value, not lifecycle-aware by default, emits only on change, supports full Flow ops.

LiveData: Can be null, lifecycle-aware, emits even if unchanged, limited ops.

✅ For new Kotlin projects — Nothing extra needed.😁
#kotlinprogramming

Taking a break from Android! 🤖 Time to learn some spring boot and backend stuff Anybody got any suggestions on where I should start or what kind of basic-intermediate projects should I start #kotlinprogramming #kotlindev #springboottutorial #Java


未找到 "#kotlinprogramming" 的结果

what about new Week new goals, goHard or goHome #kotlinprogramming

awstine_jessy's tweet image. what about new Week new goals, goHard or goHome
#kotlinprogramming

Just got started with Ktor, backend for Kotlin devs #kotlinprogramming 🥳

awstine_jessy's tweet image. Just got started with Ktor, backend for Kotlin devs
#kotlinprogramming  🥳

You do kotlin and seem bored while coding then you gotta add this to your playlist😁 #kotlinprogramming open.spotify.com/playlist/679wC…

awstine_jessy's tweet image. You do kotlin and seem bored while coding then you gotta add this to your playlist😁   #kotlinprogramming 
open.spotify.com/playlist/679wC…

Small snippet I wrote today 👇 Operators make Kotlin code simple and powerful! ✨ #KotlinProgramming #AndroidDev

codedbyemmanuel's tweet image. Small snippet I wrote today 👇

Operators make Kotlin code simple and powerful! ✨

#KotlinProgramming #AndroidDev

Best thing about ensuring an API is secure at least a certain about is thinking how can i myself break it #springbootannotations #spring #kotlinprogramming #backenddevloper

tuuhin_'s tweet image. Best thing about ensuring an API is secure at least a certain about  is thinking how can i myself break it 
#springbootannotations #spring #kotlinprogramming #backenddevloper

10-11 done another 40 more to go. I don't know if I am able to complete this but really there is a lot to learn about authentication and authorization Even I am messing up every time #backenddevloper #springboot #kotlinprogramming #RESTAPI #Learning

tuuhin_'s tweet image. 10-11 done another 40 more to go.
I don't know if I am able to complete this but really there is a lot to learn about authentication and authorization
Even I am messing up every time
#backenddevloper #springboot #kotlinprogramming #RESTAPI #Learning

Day 06 It was all about reading the input correctly part2 was mostly an extension of the operands serialized Again, there was no need of the extra perform operations #kotlin #AdventOfCode #kotlinprogramming

tuuhin_'s tweet image. Day 06 
It was all about reading the input correctly part2 was mostly an extension of the operands serialized
Again, there was no need of the extra perform operations
#kotlin #AdventOfCode #kotlinprogramming
tuuhin_'s tweet image. Day 06 
It was all about reading the input correctly part2 was mostly an extension of the operands serialized
Again, there was no need of the extra perform operations
#kotlin #AdventOfCode #kotlinprogramming
tuuhin_'s tweet image. Day 06 
It was all about reading the input correctly part2 was mostly an extension of the operands serialized
Again, there was no need of the extra perform operations
#kotlin #AdventOfCode #kotlinprogramming

StateFlow (Kotlin Flow API): Always has a value, not lifecycle-aware by default, emits only on change, supports full Flow ops. LiveData: Can be null, lifecycle-aware, emits even if unchanged, limited ops. ✅ For new Kotlin projects — Nothing extra needed.😁 #kotlinprogramming

awstine_jessy's tweet image. StateFlow (Kotlin Flow API): Always has a value, not lifecycle-aware by default, emits only on change, supports full Flow ops.

LiveData: Can be null, lifecycle-aware, emits even if unchanged, limited ops.

✅ For new Kotlin projects — Nothing extra needed.😁
#kotlinprogramming

Elements of Kotlin: freecomputerbooks.com/Elements-of-Ko… Helping existing programmers get up to speed on reading & writing #Kotlin code. Particular emphasis is placed on the sorts of syntax and language capabilities. #KotlinProgramming #KotlinDevelopers #AndroidProgramming #AndroidDevelopers

ecomputerbooks's tweet image. Elements of Kotlin: freecomputerbooks.com/Elements-of-Ko…
Helping existing programmers get up to speed on reading & writing #Kotlin code. Particular emphasis is placed on the sorts of syntax and language capabilities. #KotlinProgramming #KotlinDevelopers #AndroidProgramming #AndroidDevelopers

@Quovantis Design beautiful collaborative image Android Programing Language and Kotlin Programing Language #Kotlin #KotlinProgramming

harmeet_er's tweet image. @Quovantis Design beautiful collaborative image Android Programing Language and Kotlin Programing Language #Kotlin #KotlinProgramming

Sealed Classes or Enums ? Use sealed classes for restricted types with properties Use enums for restricting fixed values . #Kotlin #Android #kotlinprogramming

ChaitanyaDuse's tweet image. Sealed Classes or Enums ? 
Use sealed classes for restricted types with properties  Use enums for restricting fixed values . #Kotlin #Android #kotlinprogramming

Day 4 Yes, I there is much better and much faster solutions, but it works right. 😊 #kotlinprogramming #AdventOfCode

tuuhin_'s tweet image. Day 4 
Yes, I there is much better and much faster solutions, but it works right. 😊 #kotlinprogramming #AdventOfCode
tuuhin_'s tweet image. Day 4 
Yes, I there is much better and much faster solutions, but it works right. 😊 #kotlinprogramming #AdventOfCode

Day 5 The first part was very easy just checking some ranges second part can't use a mapper set you will get memory expectation So, for part2 sort then out then lay the ranges with respect to the next and create a large range #kotlin #AdventOfCode #kotlinprogramming

tuuhin_'s tweet image. Day 5
The first part was very easy just checking some ranges
second part can't use a mapper set you will get memory expectation
So, for part2 sort then out then lay the ranges with respect to the next and create a large range
#kotlin #AdventOfCode #kotlinprogramming
tuuhin_'s tweet image. Day 5
The first part was very easy just checking some ranges
second part can't use a mapper set you will get memory expectation
So, for part2 sort then out then lay the ranges with respect to the next and create a large range
#kotlin #AdventOfCode #kotlinprogramming

It's that time of the year, yes no of questions is being reduced but i am sure there is some more questions as gift later. 😆😆😆😆😁😁😁. Didn't able to solve more than 12 previous years let's see, how many is feasible this year #kotlin #kotlinprogramming #AdventOfCode

tuuhin_'s tweet image. It's that time of the year, yes no of questions is being reduced but i am sure there is some more questions as gift later. 😆😆😆😆😁😁😁.
Didn't able to solve more than 12 previous years let's see, how many is feasible this year
#kotlin #kotlinprogramming #AdventOfCode
tuuhin_'s tweet image. It's that time of the year, yes no of questions is being reduced but i am sure there is some more questions as gift later. 😆😆😆😆😁😁😁.
Didn't able to solve more than 12 previous years let's see, how many is feasible this year
#kotlin #kotlinprogramming #AdventOfCode

Loading...

Something went wrong.


Something went wrong.


United States Trends