Skip to main content

Posts

Steps towards creating a better UI design.

UI stands for User Interface   which is a digital medium that a user interacts with. In reality, UI designer and UI (Front end) developer are two different roles but if you are a developer and solely involved in a project then you should have a great sense of design too because UI is the medium for an audience to know your product. It also makes the audience to stay on your website or an app for a longer period of time. Step 1: Proper use of whitespace  Have a look at these two images below, It is a portfolio's section which has name, introduction and other elements. As you see in the first image, there is very less whitespace and our eye keeps jumping from one element to another - Name, Introduction. In contrary, the second image has the same contents but more white space which makes it look clean and soothing to eyes and help us breathe and not get overwhelmed with information. Step 2: Colour and Contrast Colour and contrast are one of the...
Recent posts

Learn Machine Learning for free today!

Hey folks, If you have a keen interest in Machine Learning and want to learn it for free to boost your knowledge and have a career in it, well here are some awesome picks of machine learning courses which you can start today! 1.  Google AI This is a great course to get started with Machine Learning whether you are the Business decision maker, Curious cat, Data Scientist, Researcher, Software Engineer or a student. With this course, you can go from beginner to advanced. It provides multiple guides, subcourses, hands-on, tools, documentation and much more. 2.  Microsoft's principles of machine learning With this course, you can learn classification, regression, clustering and much more. This course also provides building and deriving insights from the models using R, Python and Azure Machine Learning. 3. Machine Learning by Stanford This is one of the highly rated Machine Learning course with 4.9 stars, 98,891 ratings and 24,776 reviews . This course ...

Understand the working of code visually!

Learning programming is not an easy task but, with the help of  python tutor , we can easily understand programming and see what happens when a computer executes a line of code. This tool comes in handy if a person feels that understanding the complete code is difficult even if they know the syntax and how to write code. This can be an efficient way to understand Data Structures which is one of the key steps to becoming a good programmer and even getting a job. Code written in different programming languages can be visualized with this tool. Currently, it provides visualization services for Python Java C C++ JavaScript Ruby With this tool just by writing the code in a web browser, we can understand it visually step by step and also get live help from the volunteers. Especially for python, it provides live programming mode  too where you can visualize the code while writing it. Once the code is executed here you can go forward to see n...

Easy way to create animations for web!

Creating CSS animations on the website may be a difficult task but  Keyframes.app  by  @sleumasm  has made it easy. It allows creating the animations in an interactive way. Well, here we create the animations first and then use the generated CSS. There are two ways to use it Chrome extension web app Chrome extension would really be a great option as one can animate the components that are currently being browsed on the web. So go ahead and improve the UX of your web app by adding great animations to it. Have a great day, Happy Coding!