DevGuide 🇵🇸
10.9K subscribers
2.51K photos
17 videos
127 files
3.53K links
Join our channel for top-notch programming hacks, epic discussions, and brilliant career moves. 🚀

⚡️ Stay connected with me: linktr.ee/AliSamir

📍 To advertise on the channel: https://telega.io/c/the_developer_guide
Download Telegram
Next.js 14

◆ next dev --turbo
↳ 53% faster local server startup
↳ 94% faster code updates
◆ Server Actions (Stable)
◆ Partial Prerendering (Preview)
◆ New Next.js Learn Course
↳ App Router
↳ Authentication
↳ Postgres

https://nextjs.org/blog/next-14

ومتسألش إزاي...🙂
🔥6
We’re immediately hiring

- Senior HR Generalist (5y Experience)
- Project Manager(2y Experience)
- Backend Developer (2y Experience)
- Full-stack Developer(5y Experience)
- Sales Account Manager
- Senior Marketing Specialist (5y.Experience)

It is necessary to have experience in software companies.

If you interested please send your CV with vacancy subject to: jobs@dynamicslink.com
Elite Projects is hiring A Junior Web Developer (On-Site / Tanta, Egypt)

Job Description
:
· Participate in the entire application lifecycle, focusing on coding and debugging.
· Write clean code to develop functional web applications.
· Troubleshoot and debug applications.
· Manage cutting-edge technologies to improve legacy applications.
· Gather and address technical and design requirements.
· Build reusable code and libraries for future use.

Job Requirements:
· Fresh Graduate to 2 years of experience
· Bachelor degree in computer science, Web Development, or a related field.
· Experience with ( SQL database, Entity Framework, ADO Framework, C#, ASP.NET, and .NET Web Forms )
· Strong Proficiency with server-side language and WebAPI using Restful APIs are a must.
· Java script, J Query and HTML.
· Good understanding of design patterns, object-oriented analysis, design, and programming.
· Very Good analytical, debugging, and problem-solving skills

If you are interested, kindly send your resume to: mycareer022@gmail.com and mention the job title in the subject
1
#copied

We have a chair in our Backend Team in Impactyn
if you have experience in .Net from One year to 3 years just send your resume to aya@impactyn.com
🟩 مشــاريـع نـود جـي اس (Node.js)

لا تنسوا أهلنا في فلسطين وفي كل دول العالم من المسلمين من الدعاء. 🤍

https://rb.gy/jd801
7
يا شباب فيه ناس استغلت موضوع وجود الطلبة الفلسطنيين في مصر وبدأوا يبعتوا ايميلات ورسائل واتساب أو على الموبايل إنهم موجودين في مصر ومحتاجين فلوس، خلوا بالكم واتبرعوا لأماكن موثوقة.
8🤯2
The easiest way to mock REST APIs

- Quickly setup endpoints, generate custom data, and preform operations on it using RESTful interface

https://mockapi.io
WE ARE HIRING!

- Angular Developers | 6+ Months of Experience.
- Senior Angular Developers | 3+ Years of Experience.

If you're interested please send your updated CV to mariam.rabie@asset.com.eg with the job title in the subject.
There are a few benefits to fetching data with React Server Components:

- Server Components execute on the server, so you can keep expensive data fetches and logic on the server and only send the result to the client.

- Server Components support promises, providing a simpler solution for asynchronous tasks like data fetching. You can use async/await syntax without reaching out for useEffect, useState or data fetching libraries.

- Since Server Components execute on the server, you can query the database directly without an additional API layer.