Digital – KEMAND TECH https://kemand.com We Make The Web Easy Tue, 11 Aug 2020 02:10:54 +0000 en-US hourly 1 https://wordpress.org/?v=6.9.7 https://kemand.com/wp-content/uploads/2020/08/Favicon1.png Digital – KEMAND TECH https://kemand.com 32 32 What is the difference between Graphic Design and UI/UX Design ( https://kemand.com/graphics-design-vs-ui-ux/ Mon, 10 Aug 2020 14:44:40 +0000 http://demo.athemes.com/atu-agency/?p=106 Introduction
Ever wondered what the difference is between a UI/UX designer and a Graphics designer ? In most cases, they both have the same fundamental skill sets and their difference is mainly in where and how they use their skills. This article helps explain the different things they do.

What does a UI/UX designer do ?

UX / UI designers most often work with interfaces and the digital space. That is to say they are sort of “graphic designers” who work mostly with technologies for the web and mobile applications. They must have notions of information architecture, ergonomics, web design (sometimes even web development, therefore notions of HTML, CSS, JavaScript, JAVA, PHP, Python), behavioral psychology theory and research (for user interviews, user testing such as A/B testing or surveys) and interactive design (IxD). They use specific tools for the creation of interfaces, prototypes and wireframes such as Figma, Sketch and Adode XD. UX designers are very concern with how users interact with a product. Some designers focus only on UI design (user interface design, front-end development and visual design), others work only as UX designer (UX research, information architecture, interaction design, UX writer, UX content strategist) . Those who are doing both UX and UI design are named Product designer.

What does a Graphic designer do ?

Graphic designers on the other hand work with digital technology, but very often with print (although it tends to disappear in certain areas). The product of their work is often more physical, that is to say it can be touched directly with your hands ( business cards, books, brochures, flyers, posters, banners, promotional articles etc.). Note that some of them work exclusively with print media. Graphic design theory and skills are however very useful and present in UX / UI design, such as : color theory, grids, ergonomics, graphic charts and the use of graphics software such as Illustrator, Indesign and Photoshop (which also allow prototypes and wireframes to be produced).

Conclusion

In a nutshell, there is not a clear cut difference between a graphics designer and a UI/UX designer. Graphic designer is more of a specialize and pixel focus role and UI/UX designer is a more multidisciplinary  and user focus role. Who you hire should depend on the task at hand. However, as a rule of thumb if you planing to build something like a website or mobile app and you need things like mock ups, wireframes, designs, and images then a UI/UX designer might suit the task. But if you are looking for something like a logo,  flyers, business cards and other promotional materials graphic designer might be best suited for your needs.
]]>
What Is Cloud Computing https://kemand.com/cloud-computing/ Thu, 25 Jun 2020 14:45:17 +0000 http://demo.athemes.com/atu-agency/?p=108 Introduction

The word “cloud” has probably been one of the most used words in the tech world for the past decade.Despite its  popularity, a lot of tech newbies have a hard time understanding what cloud computing really means.This article will provide a brief introduction to the cloud.It will look at the cloud from the perspective of a remote data center and from the perspective a remote pay as you go tech services provider. It is meant to provide a baseline  for people without a strong tech background though people with a strong tech background might also see find it useful.

What is the cloud ?

First of all there is nothing in the sky. The word cloud in tech is meant to signify that something is far away not that it is in the sky. Cloud computing is basically moving or keeping  your data in a remote data center instead of on premises.Think about it as renting a house instead of buying a house. The most popular cloud data center providers as of the writing of this article Amazon web services(AWS) from Amazon inc,Azure from Microsoft and Google cloud  from Google. So for a company looking to save money on their data center that’s a way to look at the cloud but what about software or web developers that are thinking of building and hosting  software on the cloud. The best way to think about the cloud in this terms will be to look at as pay as you go service providers.

Cloud providers are more than data centers

It is crucial  to note that current day cloud providers are more than just remote data centers. These cloud infrastructure providers are also cloud service providers. So for a software developer or data analyst without an in house data center to manage, the cloud could still be useful to you through its cloud services.

Cloud Services

There are literally thousands of cloud services provided by both small and big players in the space. Most of the services provided fall into the categories of compute, storage, database, networking, tools, and security. For compute, a common compute service will be provisioning of cloud based web servers to host websites. Storage on the other hand will entail the storage, archival and retrieval of data in the cloud. Services like Dropbox, and Google Drive are good examples. While a common networking service will be the provisioning of a content delivery network(CDN) ; used to speed up the load time for websites.

Conclusion

To conclude, the best way to understand the cloud is to think about it in two ways. One as a secure scalable  remote data center to house data and two as IT services provided  by third party companies on pay as you use bases. There is no clear cut definition  of the cloud but the commonality for most things cloud is that it is highly scalable,remote, and payment is done on pay as you use bases.

]]>
The Basics Of A Website https://kemand.com/website-components/ Mon, 25 May 2020 14:44:57 +0000 http://demo.athemes.com/atu-agency/?p=107 Introduction

If you are a new to the world of website development and programming, then you might have heard of HTML,CSS,Javascript and PHP. The presence of so many web focused languages  might be overwhelming  and you might probably be wondering how they all come together to create a website.The goal of this article is to help to demystify this mystery for you.

Like every seemingly complex scientific phenomenon, the best way to understand it is to break it down into little parts.So let us break down a website into two main parts; the Front and the Back end. Think of the Front end as what the user of a website sees or can see and the Back end as what the user can not see or have access to. Within the tech community, the Front end is also commonly known as Client side while the Back end is commonly known as the Server side.

Front-end (Client Side)

The best way to understand the Front end or client side is to think one thing; the browser. If you have ever viewed a website with a computer or phone then you have used a browser. The most common web browsers are Google Chrome, Safari and Internet Explorer. When you type the name of a website (for example kemand.com) into the address bar of a web browser like chrome, the website that is delivered to you is a combination of HTML, CSS and Javascript.

In the most simplistic view, HTML (Hyper Text Markup Language) is the language that your browsers uses to display your website. Then CSS (cascading style sheet) is the language that the browser uses to decorate your website. It is what makes the texts, images, pictures and many other website components to look white, green or what ever colour and dimensions the programmer choses. You can think of HTML as the house while CSS is the paint.

Javascript is the last piece of the front end.Javascript is what is executed by the browser to give additional functionality to the website. Javascript is used by the browser to do things like form validation, slideshows, animations and many more. So basically Javascript is used to make a website carry out actions.

Back-end (Server side)

The Back-end or server side is basically everything that happens behind the scenes.In this case, behind the scenes means everything that executed by the web server and not the web browser.Think of a server as another machine or computer that is keeping your website for you. PHP is a language that runs on the server. Just like Javascript, It is used to do things like form validation, animations, cookies, and many more.However, the fundamental difference is that PHP is executed on the server and not the browser. PHP is used to build a lot of web applications, and e-commerce sites. Its popularity in the world websites is mainly due to  how well it mixes with HTML  and Database systems.

Summary

So in a nutshell, if a website is to be  built from scratch this will be the steps. Firstly, HTML will be used to build the website and then  CSS will be used to decorate it. Finally, Javascript and PHP will be used  to give it additional functionality.

Please note that this article is for beginners, newbies and possibly non-programmers. It is a very simplistic overview meant to provide a high level understanding.

]]>