Ana içeriğe atla

Kayıtlar

Haziran, 2022 tarihine ait yayınlar gösteriliyor

Introduce MySelf

 Hi David  How are you. I fine thanks. You know I apply for angular developer.I am here right now in turkey for vacation. I will return  back in 11 july. You can ask me. Why do you stay in dubai. I come to dubai for english education.Maybe you know English path school. I go to there between 9:00 am and 12:00. If you want. let me tell you a bit about myself.I was gruated as Computer Engineer from Dumpınar university in Turkey  in 2015. by the way. I had  working when I was student at university. I have  work  as full stack developer or Angular developer at 7 years. Especially last 4 years work as angular developer. 

COVER LETTER

Dear hiring Please accept my application for the Software Developer position at Technology Resources. Over the course of seven years in software engineering, I have attained significant experience coding with a variety of programming languages, working directly with corporate software development teams. I believe I would be an excellent addition to the Technology Resources team. Working in my current job at Criccle Technologies, I have 7 years of experience with angular developer and full stack web development with Asp.net Core. Working with a Senior Software Developer.I also have experience in Agile project management  and maintaining custom web and mobile applications. Thank you for taking the time to review my application. I look forward to sharing more about my skills and experiences and how they could help me hit the ground running with Technology Resources. Feel free to contact me at +971   553 049 061  or  tacettinsertkaya@outlook.com Sincerely, Tacettin...

Angular For IIS

<?xml version=”1.0" encoding=”UTF-8"?> <configuration> <system.webServer>         <httpErrors>             <remove statusCode="404" subStatusCode="-1" />             <error statusCode="404" prefixLanguageFilePath="" path="/index.html" responseMode="ExecuteURL" />         </httpErrors> <rewrite> <rules> <rule name=”Angular Routes” stopProcessing=”true”> <match url=”.*” /> <conditions logicalGrouping=”MatchAll”> <add input=”{REQUEST_FILENAME}” matchType=”IsFile” negate=”true” /> <add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” negate=”true” /> </conditions> <action type=”Rewrite” url=”/” /> </rule> </rules> </rewrite> </system.webServer> </configuration>