rsschool-cv

Sattarov Faat - Junior web developer

About me

I don’t have much experience. There was branch that programming controllers in the department where I worked as design engineer. And that is why I started interested in programming. I started to learn java by myself. And in university I learned c++, html and sql. So HTML was the easiest start to do web site. Then I switched to learn web programming by O’Reilly books. And also during studying in university I try to find job. But it was not easy and unsuccessful for me.
I also went to PHP courses to company that told us we need first to by their courses and then they will hire us while was studying in university. But after we completed courses they even didn’t give us certificates. So it became my hobby. For my diploma I did a website with PHP and SQL. Went work to Help Desk and now working in SSI Schaefer. But I still interested in doing web sites and trying to do web application and practice in web programming in my free time. But for me will be much better if I could spend more time on practicing in programming. I try to learn basics of Java, PHP, javaScript, C#, ruby, Python. But I decided to continue learn javaScript first. And then to learn Python as it also used for web development for example django. Because try to learn many languages it makes no sense. Now I’m studying javascript/front-end courses in RsSchool.

Contacts  
cell phone +7 (917) 159 7824
skype satfaat
e-mail satfaat@gmail.com
cv achievements git
LinkedIn codecademy achievements github profile
hh.ru website  
  rs.school  
  codewars  

CODE EXAMPLES

Example of PHP code: auto inserting of images to html.

<?php
define('IMGDIR', 'images/slideshow/');
$scan=scandir(IMGDIR);
echo '<div class="phoenix-slider">';
for($i=0; $i<count($scan); $i++){
	$ext= substr($scan[$i], strpos($scan[$i], '.'));//extension
	$file_types = array('.jpg', '.gif', '.bmp', '.png', '.jpeg',
							'.JPG', '.BMP', '.PNG', '.JPEG');
		if (in_array ($ext, $file_types)){
			echo '<div class="phoenix-feather">
						<img src="' . IMGDIR . $scan[$i] . '" alt="' . $scan[$i] . '">
					</div><!--END phoenix-feather-->';
		}
}
echo '</div><!--END phoenix-slider-->';
?>

HTML example: form for contact

<form class="contact" action="contact_form.php" method="post">
	<fieldset>	<legend>Или отправить нам сообщение через форму ниже:</legend>
		<p class="form">
            <input type="text" name="name_id" value="" size="40" placeholder="Имя..." />
		</p>
		<p class="form">
			<input type="text" name="email" id="email" size="40" placeholder="Email" required />
		</p>
		<p class="form">
			<input type="text" name="phone" id="phone" size="40" placeholder="Ваш телефон..." />
		</p>
		<p class="form">
			<textarea rows="6" cols="50" name="comment" placeholder="Текст письма..."></textarea>
		</p>
		<p class="form">
			<input type="submit" id="send_button" value="Отправить" />
			<input type="reset" value="Очистить" />
		</p>
	</fieldset>
</form>
/* INCLUDE */ 
var title = (document.body.id != "") ? title = document.body.id + " " + navigator.onLine : title = "No title ";
var meta = [
    '<meta charset="UTF-8">',
    '<meta name="viewport" content="width=device-width, initial-scale=1.0">'];
var linkcss = [
    "<link rel='stylesheet' href='https://www.w3schools.com/w3css/4/w3.css'>",
    "<link rel='stylesheet' href='css/own.css'/>"];
var linkjs = [    
    '<script src="js/mainmenu.js"></script>',
    '<script src="js/clock.js"></script>',
    '<script src="js/effects.js"></script>'];
var linkjsLib = ['<script src="https://www.w3schools.com/lib/w3.js"></script>',
                    '<script src="https://cdn.jsdelivr.net/npm/vue"></script>',
                    '<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>',
                    '<noscript>You need to enable JavaScript to view the full site.</noscript>',
                    '<script src="js/modernizr.js"></script>'];

    // run function in HEAD
function addToHead(title, meta, linkcss){
    return "<title>" + title + "</title>" + meta.concat(linkcss, linkjsLib).join('');
}; document.head.insertAdjacentHTML('beforeend', addToHead(title, meta, linkcss));

  // function to add content in FOOTER
function addToFooter(linkjs){
    return linkjs.join('');
}; document.getElementById("htmFooter").insertAdjacentHTML('beforeend', addToFooter(linkjs));

var add_to_footer = (linkjs) => { return linkjs.join(''); }
    document.getElementById("htmFooter").insertAdjacentHTML( 'beforeend', add_to_footer(linkjs) );
//w3.includeHTML();
/* END OF INCLUDE */

Javascript example: email address parsing

var ml = {
    atSign: "@", firstPart: "sat",
    ispP1: "faat", ispP2: "ma",
    ispP3: "il.ru", mToPart1: "mai",
    mToPart2: "lto:",
    wholeAddress: function() { return this.firstPart + this.ispP1 + this.atSign + this.ispP2 + this.ispP3; },
    mt: function() { return this.mToPart1 + this.mToPart2; },
    hrefP1: function() { return "<a href =" + this.mt() + this.wholeAddress() + "> Пишите мне.</a>"; }
}; document.write( "<p> click here to email me </p>" + " " + ml.hrefP1() );

SKILLS

LANGUAGES

EDUCATION

Year University Degree
2012 – 2015 Volga State University of Telecommunications and Informatics Evening department: Bachelor’s degree in Computer Science
2004 – 2009 Samara State Polytechnical Institute Speciality: electric power systems and networks; Qualification: electrical engineer

EXPERIENCE

Technical IT support engineer

Year Company
Jul 2019 – Present LLC “SSI Schaefer” (Samara Region, Russian Federation)

Description:

Main technical support consultant

Year Company
Dec 2017 – Jul 2019 LLC “SSI Schaefer” (Samara Region, Russian Federation)

Description:

Senior Technical Support Consultant

Year Company
Nov 2016 – Dec 2017 LLC “SSI Schaefer” (Samara Region, Russian Federation)

Description:

Senior Customer Support Engineer

Year Company
Apr 2015 – Dec 2016 LLC «Regional center of information security» (Samara Region, Russian Federation)

Description:

Design engineer in the department of low voltage equipment design

Year Company
Aug 2011 – Jun 2012 CJSC Electroshield Samara (Samara Region, Russian Federation)

Description:

Design engineer in the department of high voltage equipment design

Nov 2010 – Aug 2011 Company
Jul 2019 – Present CJSC Electroshield Samara (Samara Region, Russian Federation)

Description:

Engineer

Year Company
Dec 2009 – Feb 2010 OJSC “RCC “Progress”” (Samara Region, Russian Federation)

Description:

Apprentice Construction Electrician

Year Company
Jul 2005 – Aug 2005 OJSC “Electroshield” (Samara Region, Russian Federation)

Description:

Support

Tools and manuals that I use to build markdown: