Please Check below post
https://lankadevelopers.lk/topic/334/sampath-bank-eke-payment-gateway-udauwwak/19?_=1720213755559
Group Details Private
Microsoft Technology Stack
Member List
-
We are looking for a React.js Developer
Hello Guys,
We are looking for a React.js Developer to do a few modifications to our existing application. Contact us through [email protected]. will share the project documentation. -
Slider for Nuxt.js
Does anyone know the best slider for nuxt.js? like swiper.js. I was trying to implement swiper.js for my Nuxt.js (nuxt v2) project. But I have Failed.
-
React Developer
We are currently in search of a skilled and seasoned React Developer to join our dynamic team. In this
role, you will play a pivotal part in crafting robust and scalable web applications using React.js,
JavaScript and TypeScript. Your proficiency in Radix-ui, Rest API, Jwt Auth, and Tailwind CSS will be
integral in shaping user-friendly and aesthetically pleasing interfaces.Responsibilities:
- Develop and uphold high-quality web applications using React.js, JavaScript, and TypeScript.
- Utilize Radix-ui to expedite and structure the generation of user interfaces in a proficient and organized manner.
- Integrate Rest API to efficiently retrieve and update data from external sources.
- Implement Jwt Auth for secure user authentication and authorization.
- Apply Tailwind CSS to design visually appealing and responsive interfaces.
Requirements
- Minimum of one year of practical experience with Proficiency in React.js, JavaScript and TypeScript.
- Strong command of Radix-ui for creating responsive and accessible interfaces.
- Proven experience working with Rest API and seamlessly integrating it into web applications.
- Familiarity with Jwt Auth for implementing secure user authentication and authorization.
- Expertise in Tailwind CSS for crafting visually appealing and responsive layouts.
Additional Experiences:
While not mandatory, the following experiences will be considered advantageous:
- Knowledge of Next.js for server-side rendering (SSR) and constructing production-ready applications.
- Previous experience in working with shadcn/ui, a library consisting of beautifully designed components that can be seamlessly integrated into web applications. This experience demonstrates the ability to effectively leverage and adapt these components to enhance the visual appeal and functionality of user interfaces.
- Experience with NextAuth for implementing authentication and authorization in Next.js applications.
- Understanding of Postgresql for working with relational databases and Supabase API
- Proficiency in Prisma ORM for database abstraction and management.
How to Apply:
If you are a highly skilled React Developer with a passion for creating exceptional web applications,
please forward your resume and portfolio to [email protected] We eagerly anticipate reviewing your
application -
RE: React Native
@Dilusha-Randika apita tailwind.css wage use karana baneda react native wala
-
React Native
මම react native වලට අලුත්. මට දැනගන්න පුලුවන්ද react native වල තියෙද css framework ekak tiyeda කියලා
-
Cloud Native Architecture... Microservices වලින් පටන් ගමු.
Last Video එකට ආපු ප්රතිචාර සහ comment ඉතා ඉහලයි. මේ DevOps & Cloud Native Concepts මුල ඉදන් කියල දෙන්න කියල request ගොඩක් තියනවා.
දැනට IT Field එකේ trending ම field එකට එන්න ඉන්න අයට මගෙන් උදව්වක් Life Captured හරහා
-
Nuxt.js i18n custom route paths with page sub directories
I am using the nuxt.js i18n plugin, I want to add a custom route path. I checked their documentation and it was mentioned like this.
'services/web':{ en: '/web-application-development', it: '/web-applicatione' }
but when I add a route path, the navigation link is not working.
here is the code.
<NuxtLink :to="localePath({name:'services/web'})" class="nav-dropdown-link"> <img src="~/assets/imgs/nav-web-application.svg" alt="nav-web-application"> <span>{{ $t('navigationServiceWeb') }}</span> </NuxtLink>