
Aleksandr Laperdin
@aleksandrdotnet
Followers
10
Following
90
Media
54
Statuses
87
RT @marcgravell: StackOverflow questions over time, source SEDE; sadface, lunch has been eaten
0
349
0
Took part in a live coding session with @MaxKless and Jan-Niklas Wortmann where we built an MCP server from scratch using TypeScript and integrated it with @jetbrains IDEs. Great experience and a fun way to explore how AI can enhance the dev workflow!. #jetbrains.#mcp
2
1
3
Do you consider yourself a young .NET developer?. Just a reminder: Microsoft turned 50 this year 🙉.And .NET is already over 20 😅.So if you started coding in .NET after .NET Framework 4.0 - you're basically a youngster 😅. #microsoft.#dotnet.#dev
1
0
1
🔥 Earned DCC May 2025! . I keep going — this is just the beginning. #DCC.#Certification.#LeetCode.#CodingChallenge
1
0
2
2894. Divisible and Non-divisible Sums Difference. Total sum: n(n+1)/2. All in O(1) time. #LeetCode .#dailychallange.#dotnet
0
0
1
2131. Longest Palindrome by Concatenating Two Letter Words. I use a 2D array `freq[26][26]` to count occurrences of each two-letter word based on character indices. For each word:. #leetcode.#medium.#dailychallange.#dotnet
0
0
2
C# has finally answered that age-old question. Mystery solved. Case closed. #dotnet.#csharp.#developerhumor.#programming
0
0
2
How to Solve Majority Element Like a Pro - The Easy Way. The Boyer-Moore Majority Vote Algorithm solves it in O(n) time and O(1) space. No extra arrays. No hashmaps. Just pure logic. #leetcode.#algorithm.#optimization.#complexity
0
0
2