I’m weary of always comparing the web to so-called “native” platforms like Android and iOS. The web is streaming, meaning it has none of the resources locally available when you open an app for the first time. This is such a fundamental difference, that many architectural choices from native platforms don’t easily apply to the […]
Often, it’s the little things that inspire us and that we treasure most. The sky shining in the most beautiful colors as a seemingly endless summer day comes to an end, riding your bike through a light rain shower on a hot July afternoon, or maybe it’s a scoop of your favorite ice cream that […]
If you’ve ever attempted to read up on or start your own business, you’ll likely have come across this encouraging nugget of information – the one that says upwards of 90% of new businesses fail within the first five years. That’s pretty alarming, but even more alarming is when you’re the designer chosen to create […]
In this quick article, we’ll discuss how to change the URL in JavaScript by redirecting. We’ll go through a couple of different ways that you can use to perform JavaScript redirects. JavaScript is one of the core technologies of the web. The majority of websites use it, and all modern web browsers support it without […]
In this episode, we’re talking about Chakra UI. What is it and how can it help with your React projects? Drew McLellan talks to expert Mike Cavalier to find out. Show Notes Chakra UI Mike on Twitter Mike’s personal website Cut Into The Jamstack book Weekly Update Designing With Code: A Modern Approach To Designwritten […]
Making decisions can be difficult. Yet, some people have a harder time than others. Such fear of commitment can affect multiple areas of life – including business. In particular, the process of building a website is rife with important decisions to be made. Because of that, a commitment-phobic client may become overwhelmed. Having to make […]
Vue vs. React Key SimilaritiesWhat is Vuejs?What is React?Brief Comparison / VUE vs. REACTWhat’s Trending and Who is in the Lead Now?Developer marketSyntax and StructureRuntime PerformanceLearning CurveTestingDebugging toolsRoutingEcosystem: Routing and State ManagementDocumentationCommunitySum-up: Which is Better (Benchmarking)React DisavantagesVue DisadvantagesUseful ResourcesReact Tutorials Vue TutorialsRecapAbout Flatlogic The holy war between Vue and React still keeps going. Though both React […]
Earlier this year, I shared the HTML boilerplate I like to use when starting new web projects with line-by-line explanations on my blog. It’s a collection of mostly <head> tags and attributes I usually use on every website I build. Until recently, I would just copy and paste the boilerplate whenever I needed it, but […]
Almost every app will need some sort of user input. Usually your app will need to respond to touch events.This is a small guide to touch events, especially for starting Flutter developers. When it comes to gesture recognition and reaction to touch events, Flutter offers incredible widgets for new developers. You can make any widget […]
Longtime users of WordPress have seen lots of UI changes over the years. It’s become sleeker, more accessible, and consistent. You can see the difference on virtually every screen. Yet, one area that had seen surprisingly little change in recent years is the Widgets screen. That’s not necessarily a bad thing, as its drag-and-drop functionality […]