MD ASIF

I am a Web Designer

MD ASIF

As a Designer and Developer, my objective is to make a positive impact on clients, co-workers and the internet using my skills to make a responsive websites. I have acquired the skills and knowledge necessary to make your project a success. I have 3+ years of experience creating and maintaining fuctional, attractive and responsive websites. Highly experienced in Designing, Developing, Blogsites and custom WordPress websites.

  • sUTRAPUR,DHAKA,BANGLADESH
  • +880-1682240802
  • alexasifhhossain@gmail.com
  • www.yourdomain.com
Me

My Professional Skills

Wordprss customization, HTML5 and Animation, PHP and Javascript Frameworks, Content Management Systems, Conversion of Photoshop PSD to Responsive Cross-browser Compliant HTML5/CSS Web Design and MySQL Database Design.

Web Design 90%
Web Development 90%
Graphics Design 70%
Wordpress 70%

PSD TO HTML

I will convert your PSD to HTML and responsive css output for any devices.it will browse in any custom CSS target.

Animated elements

I will design any websites with modern and updated animated elements in CSS attributes and it can responsive without any bugs and errors.

Responsive Web Design

I will develop responsive layouts, Bootstrap-based projects, work with designs and of course, a bunch of jQuery features.

SPEED OPTIMIZATION

I will solve Render-Blocking javascript CSS, browser caching, minify javascript HTML and CSS optimize a full website. It will improve your website performance 80+ and speed up.

DEBUG AND FIX ERRORS

I will fix HTML, CSS, JAVASCRIPT, PHP and JQUERY w3c validation mobile responsive and other errors in your websites.

WORDPRESS CUSTOMIZATION

I will install wordpress and design the website with wordpress theme. I can develop Theme with elementor and customize the websites which build with wordpress.

0
completed project
0
design award
0
facebook like
0
current projects
  • Best Jobs In Software Engineering Field

    Best Jobs In Software Engineering Field

    by Muhammad Asif | Web developer

    At first, take my greetings💥. What's up, everyone? Today I will talk about the different roles of software engineers. Many of us think that software engineers only make software. But this idea is completely wrong. So let's take a look at what kind of work a software engineer does😁😁.

    Best Jobs In Software Engineering Field

    1. SDE: The full meaning of SDE is Software Development Engineer. Hearing the name of the title, you can understand what kind of work this person is doing. Yes, this person is responsible for creating software. SDEs are usually not specified what they will do. In other words, sometimes they need to do web, sometimes they need to do mobile dive, sometimes they need to work with the desktop app and sometimes they need to work with the cross-platform app. In other words, they are an all-Janata service😊.


    2. QA/QAE: The full meaning of QAE is Quality Assurance Engineer. We call this gentleman Tester for short. Usually, an SDE  developer hands over the project to a QAE after creating its software. He then looks at the project requirements and writes some test cases accordingly. Then check that software with this test case. If he finds a bug, he knocks SDE again and tells him that the bug is verbal and that it should be fixed. And this loop lasts until QAE declares the software to be OK😁😁


    3. SDET: This position is a combination of the above 2 positions. This person is also an SDE, but the funny thing is that this person has a bit more responsibility than a normal SDE. The full meaning of this is Software Development Engineer in Testing. A simple SDE only builds software but an SDET has to test as well as build software😌


    4.DevOps: DevOps This word is a combination of 2 words. 1. Development and 2. Operations. We don't just have to create software, we have to bring that software to life, that is, we have to deploy it somewhere. Or if the software has already been created and a new feature is launched, then it is the responsibility of a DevOps Engineer to ensure that it is properly deployed. We, software engineers, try to follow a principle, which is CI / CD. A DevOps Engineer is responsible for maintaining the CI / CD rules. But it is not enough to just sit down and deploy, a DevOps has to maintain these🥰.


    5. Cloud Support Engineer: This title is a very fancy title. If a software is deployed on a cloud server and someone creates a problem there, it is the responsibility of a cloud engineer to look into it. Suppose a DevOps engineer sees a problem with the cloud server. He then sent the issue to Cloud Engineer. Then the cloud engineer started working to resolve the issue😉.

    6. Security Engineer/Ethical Hacker: A security engineer is responsible for ensuring the security of a software's servers. He has the responsibility to secure the data so that no black hat hacker can attack and damage the data they have or steal the data.

    7. Data Scienting/Data Engineer: A data scientist is responsible for creating a program that will analyze the data given to him and give a result. The main game of a Data Scientist is with data. He usually analyzes the data and visualizes it in such a way that it helps a product or a business to rise higher.

    8. AI/ML Engineer: The full meaning of AI is Artificial Intelligence and the full meaning of ML is Machine Learning. I think beginners are more interested in this topic. So I said nothing more about it. You Google it. 😁😁😁


    In fact, it is not possible to know everything through this 5-10 line post. The purpose of this article is to introduce you to some new technologies. Read about them, do research, because your current job defines your future.
    If you like the article, make a short comment. Thanks.
    Assalamu Alaikum

  • Difference Between a Developer and a Programmer

     What’s the Difference Between a Developer and a Programmer?

    by Muhammad Asif | Web developer


    If you’re hiring technical staff for your company, you may be asking, what is the difference between a developer, a programmer in an engineer?
    programmer vs developer

    Developers have a larger scope of responsibility

    The basic difference between a developer and a programmer is the scope of their work.
    Developers are more involved with and have a greater understanding of the full project scope.
    Programmers are involved in a specific part of the project — coding.

    Programmers are also known as engineers and coders

    A programmer’s job includes writing code, testing, and fixing bugs.
    A programmer converts a design into instructions that a computer can follow. These instructions are coded using one of many programming languages. They usually know several of these languages including Java, C#, PHP, Oracle, SQL Server, JavaScript, etc.
    Specialized programmers focus on one type of programming. General programmers write code for many types of software.
    Typically, programmers work in groups or teams under a senior programmer (team leader) that supervises their work.

    Types of computer programmers

    • Application programmers: write programs for specific tasks eg. programs to track inventory at a factory
    • System programmers: write programs to maintain computer systems software eg. operating systems, database management systems
    • AI/Machine Learning Engineers
    • Game programmers
    • Mobile developers 

    Developers (also referred to as software engineers)

    Their job responsibilities include writing code, but they also contribute to many other aspects of the project/software development process. Along with coding, a developer's tasks often include:

    • software design
    • development
    • research
    • writing documentation and specs
    • maintenance
    • testing software
    • core implementation
    • analysis
    Basically, a developer is a programmer first and foremost but with larger scope of responsibility for other aspects of the project.

  • Responsive Survey Form Design

    Introduction to forms

    An HTML form is a section of a document containing normal content, markup, special elements called controls (checkboxes, radio buttons, menus, etc.), and labels on those controls. Users generally "complete" a form by modifying its controls (entering text, selecting menu items, etc.), before submitting the form to an agent for processing (e.g., to a Web server, to a mail server, etc.)

    Here's a simple form that includes labels, radio buttons, and push buttons (reset the form or submit it):

    <FORM action="http://somesite.com/prog/adduser" method="post">
        <P>
        <LABEL for="firstname">First name: </LABEL>
                  <INPUT type="text" id="firstname"><BR>
        <LABEL for="lastname">Last name: </LABEL>
                  <INPUT type="text" id="lastname"><BR>
        <LABEL for="email">email: </LABEL>
                  <INPUT type="text" id="email"><BR>
        <INPUT type="radio" name="sex" value="Male"> Male<BR>
        <INPUT type="radio" name="sex" value="Female"> Female<BR>
        <INPUT type="submit" value="Send"> <INPUT type="reset">
        </P>
     </FORM>

    Controls

    Users interact with forms through named controls.

    A control's "control name" is given by its name attribute. The scope of the name attribute for a control within a FORM element is the FORM element

    Each control has both an initial value and a current value, both of which are character strings. Please consult the definition of each control for information about initial values and possible constraints on values imposed by the control. In general, a control's "initial value" may be specified with the control element's value attribute. However, the initial value of a TEXTAREA element is given by its contents, and the initial value of an OBJECT element in a form is determined by the object implementation (i.e., it lies outside the scope of this specification).

    Control Types

    HTML defines the following control types:

    buttons
    Authors may create three types of buttons:
    • submit buttons: When activated, a submit button submits a form. A form may contain more than one submit button.
    • reset buttons: When activated, a reset button resets all controls to their initial values.
    • push buttons: Push buttons have no default behavior. Each push button may have client-side scripts associated with the element's event attributes. When an event occurs (e.g., the user presses the button, releases it, etc.), the associated script is triggered.

      Authors should specify the scripting language of a push button script through a default script declaration (with the META element).

    Authors create buttons with the BUTTON element or the INPUT element. Please consult the definitions of these elements for details about specifying different button types.

    Note. Authors should note that the BUTTON element offers richer rendering capabilities than the INPUT element.

    checkboxes
    Checkboxes (and radio buttons) are on/off switches that may be toggled by the user. A switch is "on" when the control element's checked attribute is set. When a form is submitted, only "on" checkbox controls can become successful.

    Several checkboxes in a form may share the same control name. Thus, for example, checkboxes allow users to select several values for the same property. The INPUT element is used to create a checkbox control.

    radio buttons
    Radio buttons are like checkboxes except that when several share the same control name, they are mutually exclusive: when one is switched "on", all others with the same name are switched "off". The INPUT element is used to create a radio button control.
    If no radio button in a set sharing the same control name is initially "on", user agent behavior for choosing which control is initially "on" is undefined. Note. Since existing implementations handle this case differently, the current specification differs from RFC 1866 ([RFC1866] section 8.1.2.4), which states:
    At all times, exactly one of the radio buttons in a set is checked. If none of the <INPUT> elements of a set of radio buttons specifies `CHECKED', then the user agent must check the first radio button of the set initially.

    Since user agent behavior differs, authors should ensure that in each set of radio buttons that one is initially "on"

    menus
    Menus offer users options from which to choose. The SELECT element creates a menu, in combination with the OPTGROUP and OPTION elements.
    text input
    Authors may create two types of controls that allow users to input text. The INPUT element creates a single-line input control and the TEXTAREA element creates a multi-line input control. In both cases, the input text becomes the control's current value.
    file select
    This control type allows the user to select files so that their contents may be submitted with a form. The INPUT element is used to create a file select control.
    hidden controls
    Authors may create controls that are not rendered but whose values are submitted with a form. Authors generally use this control type to store information between client/server exchanges that would otherwise be lost due to the stateless nature of HTTP (see [RFC2616]). The INPUT element is used to create a hidden control.
    object controls
    Authors may insert generic objects in forms such that associated values are submitted along with other controls. Authors create object controls with the OBJECT element.

    The elements used to create controls generally appear inside a FORM element, but may also appear outside of a FORM element declaration when they are used to build user interfaces. This is discussed in the section on intrinsic events. Note that controls outside a form cannot be successful controls.

    The following Form is the example design of FreeCodeCamp. I Design this form From The Course of Responsive Web Design where CodePen was the online Code Editor

    Code Editor: CodePen (FreeCodeCamp)

    ElementsHTML5, CSS3 .

    Supported Devices: Full Responsive for Mobiles, TAB, NOTES and PADS.

    please rate my work, so that I can get more confidence for  responsive websites.

    Also connect with me and get my popular working sites on-

    Github: https://github.com/Mohammad-Asif-Web

    linkedIn:https://www.linkedin.com/in/mohammadasif10/

    Facebook: https://www.facebook.com/alexasifhhossain/


    Thank you!


  • BOOTSTRAP 4 Responsive Projects

    Bootstrap is the world's most popular mobile ready web development framework for HTML, CSS and JavaScript. Bootstrap is for you if you want to quickly build a super cool website which work across devices and browsers. It is easy to learn and super powerful.
    We have bought together all the best practices of building bootstrap sites into an unique project based course which will teach you all the nuances of web development while building real world bootstrap projects. The projects cover generic development process and are diverse enough to cover a very wide variety of websites. The projects covered in the course are.
    Photo App Sales Website : A simple project to get you started. It will help you quickly master the basic bootstrap structures and you will be quickly up and running on your first bootstrap website.
    Portfolio Resume using SASS - Learn to use SASS along with Bootstrap for this next project. Learn about Grid Systems, List Styling and Progress Bar Components in this course.

    Social Network Template - This will be a fairly complex project with multiple bootstrap components. You will learn about Nested grids, Button Groups, Gallery plugin and Responsive Media Queries.
    Agency Landing page - This project develops a landing page using LESS. LESS is a CSS preprocessor. You will also learn Jumbotron showcase,Scroll Down Effect and Font Awesome Icons.

    Photo Gallery - You will learn to create a Photo gallery display using components such as Grid UI and Tab Widget. You will also learn the use of Bootstrap Image Carousel and Photo Lightbox Jquery Plugin.
    CMS Admin Template - Learn to build an Admin template for a content management system. You will learn the use of Bootstrap Table Classes,Glyphicons, Breadcrums and Button Groups
    Web hosting Company Website - This project will teach you Bootstrap Components such as Bootswatch UI tools, Content carousel, Stack icons and stylish fonts.
    E-commerce Template - Learn to build a front end of an E-commerce website. Learn components such as Tab Widget, Product Grid and Custom header.
    Business Bootstrap Theme - Learn to use animation in your website with animate css. Also learn to optimize your site for mobile with this amazing project
    Blog Website - Learn to build the front end of the blog with components such as Dropdown menu, Contact form, Carousel Thumbnails & Grid View.
    With all this projects under your back you can build almost anything with Bootstrap. So click that Enroll button and see you on the other side.

    Code EditorVisual Studio Code

    ElementsHTML5, CSS3, BOOTSTRAP4, JAVASCRIPT, JQUERY.

    Supported Devices: Full Responsive for Mobiles, TAB, NOTES and PADS.

    please rate my work, so that I can get more confidence for  responsive websites.

    Also connect with me and get my popular working sites on-

    Github: https://github.com/Mohammad-Asif-Web

    linkedIn:https://www.linkedin.com/in/mohammadasif10/

    Facebook: https://www.facebook.com/alexasifhhossain/


    Thank you!

  • Responsive PSD to HTML Template free Website Design

     PSD:

    Acronym. Definition. PSD. (Adobe) Photoshop Data file (Extension)

    PSD (Photoshop Document) is an image file format native to Adobe's popular Photoshop Application. It's an image editing friendly format that supports multiple image layers and various imaging options. PSD files are commonly used for containing high quality graphics data.

    The PSD file type preserves a design as layered images which is extremely useful for future editing (and re-editing) of different parts of a design. … Photoshop can convert PSD files to other formats, such as PNG, JPG etc.… so you can export a design for a wide variety of uses, like web graphics.

    PSD work

    Download the psd and open it on Photoshop. Then open the picture. Now select the psd layer and drag it to the picture you want to edit

    HTML

    HTML (Hypertext Markup Language) is the code that is used to structure a web page and its content. For example, content could be structured within a set of paragraphs, a list of bulleted points, or using images and data tables HTML stands for Hyper Text Markup Language. HTML is the standard markup language for creating Web pages. HTML describes the structure of a Web page. HTML consists of a series of elements. HTML elements tell the browser how to display the content.

    The below Design is the Example of PST to HTML conversion. You can convert is very easy by learning the process step by step.


    PSD to HTML coversion

    Code EditorVisual Studio Code

    ElementsHTML5, CSS3, BOOTSTRAP4, JAVASCRIPT, JQUERY.

    Supported Devices: Full Responsive for Mobiles, TAB, NOTES and PADS.


    please rate my work, so that I can get more confidence for  responsive websites.

    Also connect with me and get my popular working sites on-

    Github: https://github.com/Mohammad-Asif-Web

    linkedIn:https://www.linkedin.com/in/mohammadasif10/

    Facebook: https://www.facebook.com/alexasifhhossain/

    Thank you!


  • Success By Design --Responsive Website Design

    Project name: Success by Design

    Code Editor: Sublime text

    Elements: HTML5, CSS3, BOOTSTRAP, JQUERY, JAVASCRIPT, Animated CSS.

    Its a Project of My home practice. Which I have created in 4 hours. Its a basic project for practice.

    So, please rate my work. So that i can get more confidence to make awesome websites for you. 

    Thank you.

  • A Project on Food --Responsive Website

    Project name: Food Delivary

    Code Editor: Visual Studio Code

    Elements: HTML5, CSS3, BOOTSTRAP4, JAVASCRIPT, JQUERY.

    Supported Devices: Full Responsive for Mobile, Tab and Notes.

    please rate my work, so that I can get more confidence for  responsive websites.

    Thank you. 




    GET A FREE DAD JOKES NOW

    --Use Your Brain As A Processor Not As A Hard Disk..

    ADDRESS

    91/2 R, M, DAS ROAD, SUTRAPUR. DHAKA-1100

    EMAIL

    alexasifhhossain@gmail.com
    asifhossainhridoy10@gmail.com

    MOBILE

    +8801682240802
    +8801940929414