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

Create Interactive and Responsive Tables and Charts with WpDataTables

Posted · Category: Best Collections The need to manage huge amounts of website data can become a formidable task. One you generally don’t look forward to. It’s just not numbers either. Statistics, labels, categories, and other important data types often come into play. An obvious solution is to invest in a data management tool or… Continue reading Create Interactive and Responsive Tables and Charts with WpDataTables

Must-Have Development and Design Apps for macOS

June 14, 2017 by Alex Fox macOS is a hugely popular platform among web developers and web designers. There’s a huge range of tools for the platform that make our jobs easier. Check out the best web development and web design apps for Mac users below. Noun Project The Noun Project is the perfect resource for designers… Continue reading Must-Have Development and Design Apps for macOS

How to Use Sequel Pro to Manage MySQL Databases on macOS — SitePoint

This article is part of a series created in partnership with SiteGround. Thank you for supporting the partners who make SitePoint possible. Many developers who use MySQL for their databases may be pros at managing MySQL databases from the command line, but others really need a visual tool, something with a graphical interface, to use… Continue reading How to Use Sequel Pro to Manage MySQL Databases on macOS — SitePoint

10 Totally Free WordPress Backup Solutions

Backing up your precious data is a common best practice these days. But, what about your WordPress powered website? Yes, most web hosting companies do perform regular system backups. But beware – not every host is reliable when it comes to backups. And you certainly don’t want to wait until disaster strikes to find out… Continue reading 10 Totally Free WordPress Backup Solutions

Generate the Admin Microservice of your App with Lumber

Posted · Category: GPL License, Tools Lumber is an opensource tool to generate an admin microservice. It serves a REST API hooked directly into your database. Lumber generates a lightweight web app serving a REST API hooked directly into your database, so it works out-of-the-box for MySQL and Postgres. If you’ve already architectured your application… Continue reading Generate the Admin Microservice of your App with Lumber

Using Laravel Valet for WordPress Development

If you’re familiar with the PHP community, then you’re likely familiar with a number of the different applications and frameworks that are currently popular in the development space today. One of the more common frameworks that we’re seeing used to build web applications is Laravel. Though this tutorial is not specifically about Laravel, I recommend checking… Continue reading Using Laravel Valet for WordPress Development

Weekly News for Designers Week 8

New Resources & Tools Bricks.js – A blazing fast masonry layout generator for fixed width elements. Imperfect Buttons – “Hand-Drawn” border effect on buttons with CSS border-radius. 30 Projects in 30 Days to Learn Swift – A self taught project to learn Swift from Allen Wang. Editor Color Schemes – A collection of color schemes… Continue reading Weekly News for Designers Week 8

9 Free Database Tools For System Admins

Database management is the most essential thing that a developer needs to do in order to make sure that the website is up and running fine. Although, there is a huge plethora of tools available for database management but here in this compilation, we are showcasing only the 9 best database management tools for developers.… Continue reading 9 Free Database Tools For System Admins

The Languages And Frameworks You Should Learn In 2016

The Languages And Frameworks You Should Learn In 2016 A lot happened in the software development world in 2015. There were new releases of popular programming languages, new versions of important frameworks and new tools. You will find a short list of the new releases that we think are the most important below, together with… Continue reading The Languages And Frameworks You Should Learn In 2016

Installing and Using PHPMyAdmin With WordPress

PHPMyAdmin (PMA) is an excellent free, open-source, web-based database client which can be used to interact more easily with MySQL and WordPress databases. I’ll describe how to install PMA in Linux and with the WAMP and XAMPP server distributions. I’ll also describe ways to secure it and some common scenarios in which it can assist… Continue reading Installing and Using PHPMyAdmin With WordPress