“Rian is a passionate front end developer with highly creativity and ideas and ability to infinity very far above the average. A perfectionist while doing some project, very committed person. He never stop to learn something new in his field, that's make his skill continues to grow. His figure is also very humble, humorous, its bring a pleasant atmosphere at work.”
Rian Triharyana
Jawa Barat, Indonesia
776 pengikut
500+ koneksi
Tampilkan koneksi bersama dengan Rian
Selamat datang kembali
Dengan mengklik Lanjutkan untuk bergabung atau login, Anda menyetujui Perjanjian Pengguna, Kebijakan Privasi, dan Kebijakan Cookie LinkedIn.
Baru bergabung di LinkedIn? Bergabung sekarang
atau
Dengan mengklik Lanjutkan untuk bergabung atau login, Anda menyetujui Perjanjian Pengguna, Kebijakan Privasi, dan Kebijakan Cookie LinkedIn.
Baru bergabung di LinkedIn? Bergabung sekarang
Tampilkan koneksi bersama dengan Rian
Selamat datang kembali
Dengan mengklik Lanjutkan untuk bergabung atau login, Anda menyetujui Perjanjian Pengguna, Kebijakan Privasi, dan Kebijakan Cookie LinkedIn.
Baru bergabung di LinkedIn? Bergabung sekarang
atau
Dengan mengklik Lanjutkan untuk bergabung atau login, Anda menyetujui Perjanjian Pengguna, Kebijakan Privasi, dan Kebijakan Cookie LinkedIn.
Baru bergabung di LinkedIn? Bergabung sekarang
Pendidikan
Bahasa
-
English
-
-
Indonesian
-
Rekomendasi diterima
13 orang merekomendasikan Rian
Gabung sekarang untuk melihatLihat profil lengkap Rian
Profil serupa lainnya
-
Hernawan Faïz Abdillah
Hernawan Faïz Abdillah
Head of Engineering at DomaiNesia
Daerah Istimewa Yogyakarta, Indonesia -
Fadhil Suhendi
Fadhil Suhendi
Head of Service Delivery @3Dolphins.ai | Gen AI Product Development | Chatbot | CX
Jakarta -
Hermawan (Nino)
Hermawan (Nino)
Passionate about creating maintainable technology that drives impact
Area DKI Jakarta
Jelajahi posting lainnya
-
Saber Fazliahmadi
💡#PHP => #LARAVEL TIP: #Laravel Custom Collection Pagination Macro. This code introduces a custom macro for the `Collection` class in Laravel to enable pagination directly on collections, making it particularly useful for paginating API resources. 🔰How It Works: - A new macro called `paginate` is defined inside the `AppServiceProvider` class, specifically within the `boot()` method. This macro allows any Laravel collection to be paginated using the built-in `LengthAwarePaginator`. - The macro parameters: - `$perPage`: Number of items to display per page. - `$total`: (Optional) Total number of items; defaults to the collection’s count if not provided. - `$page`: (Optional) The current page number; automatically resolved if not specified. - `$pageName`: The query string parameter for the page number, defaulting to `'page'`. - The paginator calculates the current page and limits the items accordingly using the `forPage` method, creating an instance of `LengthAwarePaginator`. - The pagination path and page number are managed through Laravel's helper functions, allowing seamless integration with URLs. 🔰Example Usage: - Once the macro is registered, you can paginate any collection, e.g., `$paginatedUsers = UserResource::collection($users)->paginate(10);`. 🔰Additional Notes: - The `register()` method is left empty but can be used to add more services or macros if needed. 🔰Benefits: - Simplifies pagination on collections, especially when working with API responses. - Provides a clean and reusable solution for paginating data without custom logic in controllers. ➤ Every day, i Share Latest #PHP => #Laravel Tips for you on my GitHub profile. I learn by sharing, let's grow together🤝 🔔"Follow" Saber Fazliahmadi Linkedin & GitHub Profiles to See All My #PHP => #Laravel Tips & Won't Miss Any Updates! 🔰 My GitHub Profile: https://lnkd.in/dPtjEjCX 🔰 My GitHub #Laravel Tips Repository: https://lnkd.in/dynGq-ZV 🔰YouTube Channel: https://lnkd.in/dK7uN-qz 🔰Telegram Channel (Laravel Developer Community): https://lnkd.in/d5nuEkzY Let’s build faster, better, and more efficient applications together!🤝 #php #laravel #phpdeveloper #laraveldeveloper #laraveltip #symfony
43
4 Komentar -
Jasper Willems
😎 "Do I need to start at the student level Laravel Developer exam?" The answer is NO, that is not necessary! We have three levels so that we can accommodate developers at any stage in their learning and development of Laravel. You can choose which level you want to start. 👌 You don't need to go through Student, Junior, or Senior. 🔥If you want to go straight for the senior level developer exam, that is absolutely possible. #certificationforlaravel #laravel #php #communitydriven
34
4 Komentar -
Laravel News
Level up your Laravel skills with microservices! 🚀 Check out this guide on architecture, DDD, and design patterns to build scalable apps. Perfect for expanding monolithic systems or launching new projects with modular design. https://lnkd.in/eSz6BS5P
199
5 Komentar -
Mohamad Shahkhajeh
🚀 Hexagonal Architecture in Laravel: Scaling Beyond MVC Laravel’s MVC is fantastic for getting to market. But as apps grow, controllers bloat, models accumulate business logic, and testing slows down. Hexagonal Architecture (Ports & Adapters) fixes that — without sacrificing Laravel’s DX. How it works (in practice): A domain core holds your business rules (framework-free). The domain talks via ports (interfaces). Adapters implement those ports (Eloquent repos, payment gateways, mailers, CLI/HTTP/queue, etc.). Controllers become thin — they just call use cases and return responses. Why it matters: Fast tests: Mock ports, run pure unit tests without DB/IO. Swap tech safely: Replace Stripe with PayPal (or DynamoDB for MySQL) without touching the domain. Future-proof: Your core survives framework changes. Getting started (incremental): Build the next feature hexagonally (don’t rewrite everything). Extract a use case from a controller. Define ports for persistence/IO. Bind implementations via the container. Move hot paths first; migrate the rest over time. Hexagonal isn’t anti-MVC — it’s how you grow beyond it. 📢 Read full Article on medium : https://lnkd.in/dDqsTxx8 📢 Daily Dev Tips on Telegram! I share bite-sized, practical programming tips every day — straight from top books and official sources — on my Telegram channel: 👉 https://lnkd.in/dJVDj7iQ Whether you're just starting out or already a senior developer, there's always something new to learn. Join the channel and level up daily! 🚀 #Laravel #PHP #CleanArchitecture #ScalableApps #SoftwareEngineering
234
16 Komentar -
Tony Kim
MongoDB is a general purpose database that stores data as documents. A document, by definition, is a data structure storing property and value pairs, similar to JSON objects. This makes MongoDB incredibly flexible for: * Dynamic data schemas suited for polymorphism. * Data locality—“data that is accessed together should be stored together." * High performance with BSON (Binary JSON) storage format. In this tutorial written by Kai Yong Lai on Laravel News, discover how to set up your first MongoDB database with Laravel! Read it here 👉 https://lnkd.in/gnJUdWWn #mongodb #nosql #database #backend #laravel
17
2 Komentar -
Alpesh Nakrani
5 Talks That Changed My Laravel Thinking 🧠💡 Over the years, certain talks didn’t just inspire me. They completely shifted how I approach Laravel development. Here's what stuck with me: 🎙️ Event Sourcing - shifted how we handle complex logic 📦 Package Dev Deep-Dive - led us to build internal toolkits 🧪 Testing Culture - became a company-wide standard ⚙️ Scaling Laravel - helped us plan and build for growth 🔄 Live Refactor Sessions - reshaped our team’s coding habits Each one challenged assumptions and sparked real change in how we build. What talk changed your Laravel mindset? #Laracon2025 #Laravel #Laracon #LaravelCommunity #DeveloperJourney #PHP #WebDevelopment #AcquaintSofttech
24
1 Komentar -
Kajal Pandya
What if your Laravel app could run natively on iOS, Android, macOS, Windows, and Linux, without learning a single new language? That’s been the mission behind NativePHP from day one: - No workarounds. - No translation layers. - Just PHP and Laravel, running everywhere. Bifrost is making that vision real, the first and only build service made just for NativePHP. 📱 Want to build iOS apps without a Mac? 🚀 Ship Android builds straight from GitHub? 🔄 Push silent updates without app store delays? Bifrost makes it happen. Go an check it out: https://lnkd.in/ddfMiQVe Watch the launch video: https://lnkd.in/d432ze7Z This is more than a tool. It’s the future of native Laravel development. #NativePHP #Laravel #Bifrost #PHPDevelopers #BuildEverywhere
15