coducommunity Profile Banner
Codú Profile
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
Don't wanna be here? Send us removal request.
@coducommunity
Codú
4 months
RT @nialljoemaher: We did it! @CrushConf is done ✅ . Thank you all for the kind DM's and comments. ❤️. All the support blew me away. We ha….
0
3
0
@coducommunity
Codú
5 months
Thanks for coming! 🎉💅.
@couchbase
Couchbase
5 months
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 🇮🇪💪
Tweet media one
Tweet media two
Tweet media three
Tweet media four
0
0
2
@grok
Grok
19 days
"A stylish woman in a beige coat walking confidently past a moving train at a modern train station.". Create images and videos in seconds with Grok Imagine.
764
730
4K
@coducommunity
Codú
7 months
RT @DotNetDevABP: In my last article, I broke down the process of authenticating a GitHub app in .NET using JSON Web Tokens (JWT). If you w….
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
0
@coducommunity
Codú
8 months
RT @DotNetDevABP: Penultimate article alert! 🚀 🔥 .Explore **File Handling and LINQ** in C#: .- Read, write and manage files efficiently. -….
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
0
@coducommunity
Codú
9 months
RT @DotNetDevABP: 🌟 Collections in C# 🌟 . Efficient data handling is a cornerstone of programming! 🚀 Dive into C# collections:. ✅ Arrays,….
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
0
@coducommunity
Codú
9 months
RT @DotNetDevABP: Check out these 20 shorthand operators every developer should know to write cleaner, more expressive code. 🔥 🚀 Check out….
codu.co
This article explores 20 essential shorthand operators every C# developer should master, complete with examples to understand their practical use.
0
1
0
@coducommunity
Codú
11 months
Bruno is one of the smartest! Great to have you ❤️.
@bruno_kiafuka
Bruno Kiafuka
11 months
It was fun 🤩 to showcase some of the @expo hidden gems
Tweet media one
0
1
2
@coducommunity
Codú
11 months
It was great seeing everyone! 🙌.
@nialljoemaher
Niall Maher
11 months
Some photos from last week's Fullstack Fiesta I hosted with @coducommunity! . Ireland's biggest web dev party (so far!)
Tweet media one
Tweet media two
Tweet media three
Tweet media four
0
1
4
@coducommunity
Codú
1 year
RT @DotNetDevABP: At first, I struggled to use the client and server components of Next.js. 😅 after a struggle. I've created a guide to m….
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
0
@coducommunity
Codú
1 year
RT @DotNetDevABP: Learn how to use CQRS with MediatR in .NET 8, a great way to keep code clean and make applications more scalable! Perfect….
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
0
@coducommunity
Codú
1 year
RT @DotNetDevABP: My new step-by-step guide on implementing internationalisation (i18n) in #NextJS! Learn how to set up i18n with routing a….
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
0
@coducommunity
Codú
1 year
RT @DotNetDevABP: Discover the power 🔋 of ORMs in .NET! 🚀 Explore the speed and flexibility of Dapper versus the full-featured data managem….
codu.co
In .NET development, Object-Relational Mapping (ORM) plays a crucial role in bridging object-oriented programming with relational databases.
0
1
0
@coducommunity
Codú
1 year
RT @DotNetDevABP: "🔒✨Learn how to seamlessly integrate reCAPTCHA v3 into your Next.js app! From credential collection to server-side verifi….
codu.co
This guide provides a solid foundation for effectively integrating reCAPTCHA v3 into your Next.js application.
0
1
0
@coducommunity
Codú
1 year
RT @DotNetDevABP: Choosing the right database? 🤔 SQL for structured and transactional needs 🗂️; NoSQL for flexible coducommunity #coduons 📈….
codu.co
Databases are essential for storing and managing data in modern applications. There are two major categories: **SQL** and **NoSQL**.
0
1
0
@coducommunity
Codú
1 year
RT @DotNetDevABP: Hi guys, after some time learning Next.js, I've written this article in @coducommunity about dynamic routes, a topic I've….
codu.co
Next.js, the popular JavaScript framework for server-side React applications, continues to evolve and improve.
0
2
0
@coducommunity
Codú
1 year
RT @DotNetDevABP: Dive into the complete guide on the .gitignore file! Learn how to keep your Git repository clean and organized with essen….
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
0
@coducommunity
Codú
1 year
RT @EthIreland: we snuck into the @coducommunity developer meet-up 🥸. what a crowd!
Tweet media one
0
2
0
@coducommunity
Codú
1 year
RT @DotNetDevABP: A few days ago I discovered Mithril.js, it is a modern client-side JavaScript framework for creating SPA. I found it quit….
codu.co
Mithril.js is a modern client-side JavaScript framework for building Single Page Applications (SPAs).
0
1
0
@coducommunity
Codú
1 year
RT @DotNetDevABP: Hi guys. This week has been difficult, but I have managed to finish this article that I have published in @coducommunity….
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
0
@coducommunity
Codú
1 year
RT @DotNetDevABP: Good afternoon, I just wrote a new article in @coducommunity, linking to the JWT one from last week, clarifying different….
codu.co
In this article, we will address the fundamental concepts that we must understand when working or developing in secure environments.
0
1
0