• About us
  • Fatured projects
  • Careers
  • Blog
  • Contact
Media Queries
css

Media Queries

Reading this post, I take it you know things like internet(daaah), browser, responsiveness and good music (I can only hope). With that in mind I will continue the story... Every presentation made for the browser (web presentation) in today's world, can be seen through millions of different devices (if
3 min read
Elixir - basic api guide
elixir Featured

Elixir - basic api guide

Elixir api guide Elixir represents relatively new programming language for wider audience. His main trait is that adops functional pardigm because it is built on top of Erlang and runs on BEAM(Erlang VM).
21 min read
Problem Solved: Navigation on Scroll
navigation

Problem Solved: Navigation on Scroll

A challenge we recently faced was that we needed to create a navigation that shows only when scrolling up. How did we solve it? Well, firstly, the HTML for the form was created. Keep in mind that while creating the form, Bootstrap was used. Here we have solved the problem
3 min read
Textarea Tag Busted
css

Textarea Tag Busted

The textarea is HTML tag mostly used for messages and comments. It is very similar to inputs, but because it provides an option to have more than one line of text, it is not presented as input [type="textarea"].
3 min read
Unlocking CSS Box-shadow
css

Unlocking CSS Box-shadow

The box-shadow property is used to add a shadow effect to an element. This is property is used quite often to give depth to elements on a website, so it is useful to fully understand it.
3 min read
CSS Border-image
css

CSS Border-image

The CSS border property is pretty familiar. With this property, you can define the color, style and width of an element border. The border-image property, on the other hand, lets you define a gradient or an image for a border.
2 min read
10 Website Redesign Tips for 2018
website redesign

10 Website Redesign Tips for 2018

In 2018, a website is one of the most important representations of your business. It provides visibility, 24/7 accessibility and is proved to be an effective sales channel. However, if you want your website to deliver a significant return on investment (ROI), it needs to be well-designed and built
10 min read
CSS Box-sizing
css

CSS Box-sizing

In the previous article that covers CSS subjects, we talked about the box model. An important property that’s connected to the box model is the box-sizing property.
2 min read
Cherry Picking with Git
git

Cherry Picking with Git

Managing feature branches changes that aren't quite ready for a full merge can be a difficult task. Sometimes you don't want to push a whole branch into another, and only need to pick a few specific commits. This process is called cherry-picking.
3 min read
CSS Box Model for Beginners
css

CSS Box Model for Beginners

Every beginner should first start with the basics. In case of CSS, the basics are learning the box model. Before proceeding with learning any other CSS concepts, this is the one you should master first!
5 min read
Debugging with Git
git

Debugging with Git

When you are working on a huge project, you may discover bugs in the code that prevent you from proceeding any further in your development. How to fix them? Thankfully, Git has multiple tools that can help you hunt for a bug or the culprit when things go wrong.
4 min read
CSS Animation
css

CSS Animation

The first step in using animation in CSS is transition property. When predefined transitions are not enough or just not suitable, there is CSS animation.
3 min read
Git Tags
git

Git Tags

Tags are a simple aspect of Git, they allow you to identify specific release versions of your code. You can think of a tag as a branch that doesn't change. Once it is created, it loses the ability to change the history of commits.
4 min read
Understanding CSS Vendor Prefixes
css

Understanding CSS Vendor Prefixes

Have you ever wondered about what -moz- or -webkit- markings in CSS mean? Well, if you have, you are in the right place! Those markings are called vendor prefixes.
2 min read
State Management in React Apps - Part I
react.js Featured

State Management in React Apps - Part I

Previously we have learnt how to properly use JSX, and how React components communicate with each other. Yet, we still didn't cover another very important question: where to store information that our application cares about. Today we're talking about application state management in React. There are a lot of ways
3 min read
CSS Reset
css

CSS Reset

Maybe this post should be the first of the firsts because it's about how to start your CSS. Then again, you should be able to understand what exactly it is you're doing so I'm not too much late with this.
3 min read
Git Merge vs Rebase
git

Git Merge vs Rebase

Git merge and rebase serve the same purpose – they combine multiple branches into one. Although the final goal is the same, those two methods achieve it in different ways. Which method to use?
3 min read
8 Questions to Ask an App Development Company
app development company

8 Questions to Ask an App Development Company

After giving it a lot of thought, you decided to partner with an app development company instead of hiring freelancers of finding employees to do it. Congratulations! One of the biggest decisions regarding your business is now off your shoulder. But, don’t relax just yet, you still have a
10 min read
CSS Formatting
css

CSS Formatting

During our work on multiple projects, there often is confusion on how to use CSS properly. This document is here to provide a clarification. The SASS 3 preprocessor introduces a new syntax known as SCSS which is used in our projects. One of the most important things to learn is
4 min read
Web Developer vs Web Designer
web developer

Web Developer vs Web Designer

You’ve done all you can. Breath. After weeks (or months?) of planning and preparing, doing market research, talking to other entrepreneurs, the time has come to turn your business idea into something more一into a web app. It’s finally the time to make a product out of it. If
8 min read
Git Reset, Revert and Checkout
git

Git Reset, Revert and Checkout

Git toolbox provides multiple unique tools for fixing up mistakes during your development. Commands such as git reset, git checkout, and git revert allow you to undo erroneous changes in your repository. Because they perform similar operations, it is very easy to mix them up. There are a few guidelines
4 min read
CSS :before and :after
css

CSS :before and :after

The CSS :before and :after properties are also known as pseudo-elements. They are used to add something before or after the content of an element. There are a lot of great uses for these pseudo-elements, and we are here to explore some of them. The Syntax If we have an
3 min read
Git Stash
git

Git Stash

Imagine that you are working on a part of a project and it starts getting messy. There has been an urgent bug that needs your immediate attention. It is time to save your changes and switch branches. The problem is, you don’t want to commit half-done work. The solution
3 min read
Input  [type="text"] Busted
css

Input [type="text"] Busted

Inputs are sooo important in the user experience design and it's crucial that their style is perfectly transferred from the design to the page. It's no secret that for a presentation on a web page you need CSS but the tricky part is how to make it as good as possible.
5 min read
Page 1 of 6 Next

Novi Sad, Serbia, Europe

  • Company

  • About Us
  • Careers
  • Blog
  • Contact
  • Services

  • Our Process
  • Portfolio
  • Solutions

  • Design Review
  • Code Review
  • Open Source

Copyright © 2024 KOLOSEK. All rights reserved.