Tutorial: How to Build Your First Reddit Bot
When working in a small team such as ours, speed is one of the undeniable assets β you may be small in numbers but you can make up for that by doing things fast. One of the ways you can gain mo
When working in a small team such as ours, speed is one of the undeniable assets β you may be small in numbers but you can make up for that by doing things fast. One of the ways you can gain mo
Do you have a smart TV in your home or office that is just collecting dust or set to play some mundane talk shows all day long? If you are currently nodding silently then excellent β we can defi
About a month ago I had this brilliant late-night thought of building a quick weekend project: Custom virtual keyboard for Android for typing with goofy fonts π »ππα΄ π±π½βπ how hard can that poss
When you write content or create other digital products, you will want to share them with people. But before you hit that post button, you should check what the content will look like to your follower
Iβm a developer, how can I help?Often times I forget that as a developer, Iβm able to touch the lives of millions of people with the software I create. As I sit behind a screen, I often forget that i
Being a coder you might come across situations where you want to share something you are working on or have created. Or perhaps you have seen your favorite developers share their code images on Twitte
Great question! What you are talking about is Xamarin, which is a framework for writing cross-platform apps. If you are already familiar with Microsoft tools, it may help early on, as you will be fami
iOSYou need, at minimum, to learn Swift programming language, Apple computer (macbook pro or desktop) with Xcode IDE, and some design skills for building interfaces and graphical assets. You will need
What exactly is a mobile application developer? If you are interested in pursuing a career making apps, this might be of interest to you! The process of building mobile applications involves many step
As an application developer, graphical assets are a necessity but finding an indie developer who codes and creates beautiful assets is like stumbling on a unicorn. If you are a small operation like we
When maintaining a website, online store or a blog, users have an expectation of being able to view your service 24/7. Having high uptime is critical for user satisfaction and this is baseline expecta
Android 10 and iOS 13 both introduced a device-wide dark mode setting user can turn on and off at will. Last month we explained how to toggle the mode on and off on iPhone and Android devices. Note th
Enjoy this free and shareable infographic poster with tips and examples of how to increase organic traffic to websites. You can download this posted as a PNG or PDF file below. Feel free to use it in
Feature image is a large promotional image that accompanies a page. They are used for sharing and for other promotional purposes. Another fun feature is that they are different sizes between almost ev
When designing a website, there are many factors to consider: the content, look and feel, navigation paths, what to put on the landing page, and more. All of these are important, but still not enough.
When building and designing apps, there is a point of decision as to whether to make it light or dark. Currently, some apps are made to support one mode only and sometimes you can switch the mode indi
Square views are useful for creating balanced, stylish interfaces. Square views scale nicely to different size screens and create a sense of order. Creating square views in android apps can be tricky,
Do you know the name of the machine designed by English mathematician Charles Babbage that became the framework of present day computers? How about the name of the computer that introduced users to gr
Lazy loading images is a standard strategy for improving web page performance and user experience. By lazy loading images, a placeholder will be displayed first, and once the element enters userβs vie
If you are new to CI/CD (Continuous Integration/Continuous Delivery), here is the gist: by setting up an automated pipeline, you can integrate code changes, test and deploy those changes quicker, even