Codú
@coducommunity
Followers
275
Following
98
Media
7
Statuses
94
The coding community to help people connect, share knowledge and grow together. Join the Discord & join the fun! ❤️
Earth
Joined June 2022
We did it! @CrushConf is done ✅ Thank you all for the kind DM's and comments. ❤️ All the support blew me away. We had a giant spike of traffic in the last 24 hours so I'm blown away by the result and the positive feedback.
4
3
9
Thanks for coming! 🎉💅
Pizza, pints, and Semantic AI Agents 🍕🤖 We’re live in Dublin with @HowDevelop leading a hands-on #Couchbase workshop. Big thanks to Baseline Community for hosting and to our partner @coducommunity for growing the dev scene in Ireland 🇮🇪💪
0
0
2
In my last article, I broke down the process of authenticating a GitHub app in .NET using JSON Web Tokens (JWT). If you want to keep growing, you can check out this article and many others about different technologies on @coducommunity
https://t.co/1iphfFinWZ
#GitHub #DotNet #JWT
codu.co
In this article, I’ll explain step by step how to authenticate a GitHub App in .NET using **JSON Web Tokens (JWT)**.
0
1
1
Penultimate article alert! 🚀 🔥 Explore **File Handling and LINQ** in C#: - Read, write and manage files efficiently. - Use LINQ for powerful data queries. Full guide on @coducommunity and join the community https://t.co/6Y5JLWtQoi
#CSharp #LINQ #FileHandling #Tips #Dotnet
codu.co
This article takes you through the essentials of file handling using the System.IO namespace and dives into LINQ (Language Integrated Query) to simplify
0
1
1
🌟 Collections in C# 🌟 Efficient data handling is a cornerstone of programming! 🚀 Dive into C# collections: ✅ Arrays, Lists, Dictionaries, Sets, etc. Check out the full guide on @coducommunity : https://t.co/5sFXbs9tRb
#CSharp #SoftwareDevelopment #Beginners #Dotnet
codu.co
Collections in C# provide powerful tools for managing and organising data efficiently. They enable developers to handle groups of objects with ease
0
1
1
Check out these 20 shorthand operators every developer should know to write cleaner, more expressive code. 🔥 🚀 Check out this article on @coducommunity
https://t.co/2abTokLvoP
#CSharp #ProgrammingTips #Dotnet
codu.co
This article explores 20 essential shorthand operators every C# developer should master, complete with examples to understand their practical use.
0
1
1
Bruno is one of the smartest! Great to have you ❤️
0
1
2
It was great seeing everyone! 🙌
Some photos from last week's Fullstack Fiesta I hosted with @coducommunity! Ireland's biggest web dev party (so far!)
0
1
4
At first, I struggled to use the client and server components of Next.js. 😅 after a struggle... I've created a guide to make it easier to use, you can check it out on @coducommunity 🌟 #NextJS #WebDev #JavaScript
https://t.co/9FbkqjqwuB
codu.co
We will explore what client and server components are, their differences, when to use each one, and provide practical examples to help you implement.
0
1
1
Learn how to use CQRS with MediatR in .NET 8, a great way to keep code clean and make applications more scalable! Perfect for managing complex logic without the mess. https://t.co/AeWGf0Whsv Check @coducommunity if you want to move up in level 🚀 #dotnet #softwarearchitecture
codu.co
The CQRS (Command Query Responsibility Segregation) pattern is an architecture that separates the operations of reading (Query) and writing (Command) within
0
2
2
My new step-by-step guide on implementing internationalisation (i18n) in #NextJS! Learn how to set up i18n with routing and create a language switcher. 🚀 #webdevelopment #JavaScript #i18n 👉 [Read the guide on @coducommunity ] https://t.co/0LMPAsEioF
codu.co
Internationalisation (i18n) is the process of designing an application to be easily adaptable to different languages and regions without engineering change
0
2
3
Discover the power 🔋 of ORMs in .NET! 🚀 Explore the speed and flexibility of Dapper versus the full-featured data management capabilities of EF Core. Check out @coducommunity and find the ORM that's right for you. #DotNet #Dapper #EntityFrameworkCore
https://t.co/st3JLNHUpm
codu.co
In .NET development, Object-Relational Mapping (ORM) plays a crucial role in bridging object-oriented programming with relational databases.
0
1
2
"🔒✨Learn how to seamlessly integrate reCAPTCHA v3 into your Next.js app! From credential collection to server-side verification… You can check out this guide and others at @coducommunity #Nextjs #reCAPTCHA #WebSecurity." https://t.co/5cd6XkoE5Z
codu.co
This guide provides a solid foundation for effectively integrating reCAPTCHA v3 into your Next.js application.
0
1
1
Choosing the right database? 🤔 SQL for structured and transactional needs 🗂️; NoSQL for flexible coducommunity #coduons 📈. Here is a new article and many more on @coducommunity #Database #SQL #NoSQL #TechTips
https://t.co/jSfzCKieQv
#coducommunity #codu
codu.co
Databases are essential for storing and managing data in modern applications. There are two major categories: **SQL** and **NoSQL**.
0
1
1
Hi guys, after some time learning Next.js, I've written this article in @coducommunity about dynamic routes, a topic I've been struggling a lot with. I hope you like it and I can help you with this technology. #next #javascript #development #react
https://t.co/FlZuBRhOux
codu.co
Next.js, the popular JavaScript framework for server-side React applications, continues to evolve and improve.
0
2
3
Dive into the complete guide on the .gitignore file! Learn how to keep your Git repository clean and organized with essential tips, advanced usage examples, and common mistakes to avoid. Check it out now! #git #versioncontrol #development 🚀 @coducommunity
codu.co
The .gitignore file is an essential tool in any Git repository. It allows you to specify which files or directories should not be tracked by Git.
0
1
1
A few days ago I discovered Mithril.js, it is a modern client-side JavaScript framework for creating SPA. I found it quite interesting and I have collected the most important details in this article for @coducommunity . Did you know him?
codu.co
Mithril.js is a modern client-side JavaScript framework for building Single Page Applications (SPAs).
0
1
3
Hi guys. This week has been difficult, but I have managed to finish this article that I have published in @coducommunity . It's a topic I'm applying at work right now and it's quite important to have the concepts clear. https://t.co/uDHyk46D0H
#csharp #Dotnet #developers
codu.co
In software development lingo, messaging refers to the exchange of messages or data between various parts, services, or apps within a software system.
0
2
3
Good afternoon, I just wrote a new article in @coducommunity, linking to the JWT one from last week, clarifying different concepts. Have a good weekend 🥰. https://t.co/UHw27j2tpc
codu.co
In this article, we will address the fundamental concepts that we must understand when working or developing in secure environments.
0
1
2