Facebook has over 2.23 billion active users worldwide who spend an average of 20 minutes per visit. That explains why, “on average, the Like and Share Buttons are viewed across almost 10 million websites daily” (via Zephoria). Truth be told, Facebook cannot be ignored. Fortunately, CodeCanyon has some excellent plugins and widgets that will help you to integrate… Continue reading 10 Best WordPress Facebook Widgets
Tag: updated
Make Sure You’re Ready For GDPR With Our GDPR Checklist
June 11, 2018 by Alex Fox GDPR is all about making sure companies are accountable for responsibly storing and using their users’ data. It has the effect of placing significant regulatory burden on companies that process and store user data, but this kind of thing has been a long time coming. Complete lack of oversight… Continue reading Make Sure You’re Ready For GDPR With Our GDPR Checklist
Writing Snapshot Tests For React Components With Jest ― Scotch
In this tutorial, we will be looking at what snapshot tests are and how we can use snapshot testing to ensure our User Interface does not change without the team knowing about it. To get started, you will need to familiarize yourself with the following NodeJS – A JavaScript runtime built on Chrome’s V8 JavaScript… Continue reading Writing Snapshot Tests For React Components With Jest ― Scotch
9 Handful Tutorials For Learning WordPress As Per Your Need
WordPress is fastest growing CMS around and by the time the thirst of it’s learning is increasing as well. To arrange the possibilities of learning WordPress for everyone, we have hand-picked some easy to understand and useful tutorials consist of tips, tricks and how-to guides. With the help of these tutorials, any WordPress learner can… Continue reading 9 Handful Tutorials For Learning WordPress As Per Your Need
Top Tips to Prevent Hacking Attempts On Your Website
There are many different reasons why website owners must do all they can to protect their portals from hackers. In fact, if you own an e-commerce portal, you must have already faced some sort of hacking attempt. On the other hand, hackers not just focus on e-commerce websites, they go after simple websites too. And… Continue reading Top Tips to Prevent Hacking Attempts On Your Website
Easier React Native Development With Expo
With Expo, developers can create React Native apps without going through the hassle of installing and configuring software dependencies such as Android Studio, Xcode, or all the other tools which are needed to develop and run a React Native app. In this tutorial, I’m going to show you how to create a simple memory game… Continue reading Easier React Native Development With Expo
Law Firm Website Design Mistakes To Watch For
Websites are very important in 2018 and most companies or professionals out there should have one. However, having a website is not enough; it needs to be helpful, look good and help sell to potential clients that you are worth their money. Law firms and lawyers, in particular, are not always the best at web… Continue reading Law Firm Website Design Mistakes To Watch For
Getting Started With Redux: Learn by Example
Redux helps you manage state by setting the state up at a global level. In the previous tutorial, we had a good look at the Redux architecture and the integral components of Redux such as actions, action creators, the store, and reducers. In this second post of the series, we are going to bolster our… Continue reading Getting Started With Redux: Learn by Example
Getting Started With Redux: Why Redux?
When you’re learning React, you will almost always hear people say how great Redux is and that you should give it a try. The React ecosystem is growing at a swift pace, and there are so many libraries that you can hook up with React, such as flow, redux, middlewares, mobx, etc. Learning React is easy,… Continue reading Getting Started With Redux: Why Redux?
Facebook iOS 11 iPhone UI kit
The designer team at Facebook has recently updated their iOS GUI freebie with a new release: it’s time for a free iOS11 UI kit, a comprehensive set of files for Origami, Sketch and Photoshop providing all you need to get started with a new iPhone app (wallpapers included). Download iOS11 UI kit
A Reflection on Product Design
Though all good products must function and provide a benefit to the end-user, I believe the magic of a truly inspiring or great product happens in the realm of user experience. As designer and writer Joshua Porter writes, “The experience is the product.” Spotify is one example of a great digital product, as it provides… Continue reading A Reflection on Product Design
How to Build a CRM Software from the Ground Up
There are times when dealing with customers may seem like a maze you can’t solve. The only way out is to have reliable CRM solution. However, you might find it tricky to select what the market now has to offer. This is where you can start planning to build your CRM software; no kidding. Starting… Continue reading How to Build a CRM Software from the Ground Up
Site Authentication in Node.js: User Signup and Login
Just as authentication is important in APIs, it is also an important feature in certain web applications—especially those with pages and secrets that should only be accessible to registered and authenticated users. In this tutorial, you will build a simple web application while learning how to create user registration. Application Setup Create a new directory… Continue reading Site Authentication in Node.js: User Signup and Login
How to Read and Write CSV Files in Python
The CSV format is the most commonly used import and export format for databases and spreadsheets. This tutorial will give a introduction of the csv module in Python. We will learn about all the functions and classes that it makes available for you to read and write data to CSV files. We have also included… Continue reading How to Read and Write CSV Files in Python
Typography: The Anatomy of a Letter
The more we communicate, the closer we become. Typography inspires us by reminding the world of a simpler time without connection. As designers and artists, we can carry that fascination into our work by studying the makeup of letters. If you prefer video tutorials, you can start with the basics of typography anatomy with this… Continue reading Typography: The Anatomy of a Letter
Introduction to Forms in Angular: Template-Driven Forms
Forms are critical to any modern front-end application, and they’re a feature that we use every day, even if don’t realize it. Forms are required for securely logging in a user to the app, searching for all the available hotels in a particular city, booking a cab, building a to-do list, and doing tons of… Continue reading Introduction to Forms in Angular: Template-Driven Forms
Beginner’s Guide to Angular: Services
Hello there! I hope you’ve followed along with our tutorials on Angular components and routing. In this post, we’ll go on to another interesting concept in Angular: services. Angular Beginner’s Guide to Angular: Components Divya Dev Angular Beginner’s Guide to Angular: Routing Divya Dev If Angular components are the presentation layer of our application, what… Continue reading Beginner’s Guide to Angular: Services
The Top 3 Server Problems to Watch For
September 25, 2017 by Spyrestudios Blogger Once your website is designed and live, most webmasters sit back and relax a little. It might seem like everything’s permanently in place, but in reality, your website will require ongoing, active monitoring if you want it to succeed. Not only will you need to provide ongoing content for… Continue reading The Top 3 Server Problems to Watch For
Bulk Import a CSV File Into MongoDB Using Mongoose With Node.js
This topic is a really enjoyable one for me. It’s quite common in many web applications to accept user input and save a single record to your database. But what about when your users (or you) want to perform multiple inserts in a single command? In this article, we will demonstrate how to create a… Continue reading Bulk Import a CSV File Into MongoDB Using Mongoose With Node.js
Kotlin From Scratch: Packages and Basic Functions
Kotlin is a modern programming language that compiles to Java bytecode. It is free and open source, and promises to make coding for Android even more fun. In the previous article, you learned about ranges and collections in Kotlin. In this tutorial, we’ll continue to learn the language by looking at how to organize code using… Continue reading Kotlin From Scratch: Packages and Basic Functions
Learn to Code With JavaScript: Part 1, The Basics
Installation and Setup First, we will set up our development environment so that we can run our code on our own computer. Alternatively, you can test code examples in an online editor like OneCompiler. The easiest way to do so would be to use your web browser. This is especially true if you have no… Continue reading Learn to Code With JavaScript: Part 1, The Basics
The 5 Best IDEs for WordPress Development (And Why)
I’ve been developing with WordPress for around ten years now and, during that time, have used my fair share of Integrated Development Environments (IDEs). There’s certainly no shortage of choice these days, with literally dozens of different editors/IDEs available. (We’ll come to the distinction between an IDE and an editor shortly.) Some IDEs are free,… Continue reading The 5 Best IDEs for WordPress Development (And Why)
The best YouTube channels for designers and developers
I just recently realized how much time I spend on YouTube everyday. To be more precise, about 50 minutes every single day. About three years ago I started developing the habit of opening the YouTube Subscriptions page every day to check out new videos from the channels I had subscribed to. More recently, I decided… Continue reading The best YouTube channels for designers and developers