PHP Classes

PHP Classes blog

Recommend this page to a friend!

Latest PHP Classes blog posts

  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article  
  1987 - 1978   ...   577 - 568   567 - 558   557 - 548   547 - 538   537 - 528   527 - 518   517 - 508   507 - 498   497 - 488   487 - 478   477 - 468   467 - 458   ...   7 - 1  

447. How to Create a Software Product Business Continuing to Be a Developer

Updated on: 2025-02-22

Posted on:

What developers like most is to write code. Creating your own software product business gives you a lot of freedom to work any time you want, anywhere you want, work with the technologies you like, but some developers are afraid that once they start a business they may need to stop writing code and give up on the joy of being a developer.

Fortunately it does not have to be this way. You can create your own software product business and still continue to work as a developer.

Watch this video to learn about different solutions to continuing to be a developer while you work on your own software product business.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

446. Notable PHP package: morgen

Updated on: 2016-09-06

Posted on:

Developers that have tried to create applications that should run both on the Web, Android and iOS devices know that you need to have a different sets of application image icons that looks well on different resolutions.

This package provides a solution by automatically generating icon sets for different devices and sizes.

It supports generating icons from a SVG source graphics if you can run a program like Inkscape to convert images from SVG to the PNG format.

Read this article to learn more details about how this notable PHP package works.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

445. The Best Way To Find a Developer Job in 2018 and 2017

Updated on: 2018-03-17

Posted on:

Times have passed and the way you get hired jobs as software developer or even other positions has changed.

In the past you used to find jobs and and apply by sending resumes. Or worse you would get chased by annoying recruiters.

Nowadays companies like Hired have inverted the process and made it such way that instead of you applying for jobs, companies apply to find talented professionals.

Read this article to learn how Hired implements this modern hiring process and how you can join to benefit from getting better job opportunities.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

444. Notable PHP package: ITE Collection

Updated on: 2016-09-01

Posted on:

PHP is very good at dealing with arrays of values. It provides interfaces that can let developers create classes that can manipulate lists of values using the regular array syntax and functions.

Often the code for manipulating different types of values is the same for different classes that implement array interfaces.

This package provides a trait that can manipulate collections of unique values that can be either arrays and objects. The trait may be reused by other classes that implement similar collections of other types of values.

Read this article to learn more details about how this notable PHP package works.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

2. Generating SQL to Execute the Installation of a Database schema from JSON definition

Updated on: 2016-09-05

Posted on:

Blog: Scripd package blog
Package: Scripd

As explained in the first part of this article, it was presented the Scripd library as a means to generate SQL to execute actions to install database schemata.

Read this article to learn how to define common database structures in JSON format to install the schema using DDL SQL generated by Scripd library.


Blog More ...   Post a comment Post a comment   See comments See comments (1)   Trackbacks (0)

443. Notable PHP package: PHP SSH Connection Session

Updated on: 2016-08-30

Posted on:

SSH is a protocol to communicate with a remote server via a secure connection that allows to execute commands on a remote machine.

However, the length of the commands that can be executed is limited.

This package provides a workaround for this limitation that consists in creating a shell script to execute long commands and execute it using the bash shell.

Read this article to learn more details about how this notable PHP package works.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

442. 5 Phases to Create Software Products that Will Be Perfect for Your Customers

Updated on: 2025-02-22

Posted on:

Many software products failed because their developers did not start by listening to their customers problems.

Learning about the customers problems is the first of 5 phases of a method called Design Thinking. When well applied this method can lead to the creation of products that are perfect for their customers.

Watch this video to learn how you can apply this method to design your software products in a short period of time and get what customers really need even before you start writing a line of code.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

441. PHP and JavaScript Innovation Award Report August 2016 Edition - May 2016 nominees

Updated on: 2016-08-26

Posted on:

This is the August edition of the Innovation Award podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the outstanding features of all the past month nominees and winners PHP and JavaScript packages, the prizes that the authors earned, starting with the nominees from the month of May 2016.

Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative, as well the current rankings of the Innovation Award Championship by author and by country.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

440. Notable PHP package: PHP Builder Pattern Generator

Updated on: 2016-08-25

Posted on:

The builder design pattern allows to dynamically create objects in a way that the same process of construction can allow multiple representations of the object that can be changed over time according to the needs of a project.

This package implements the builder design pattern with a concrete builder class that generates code for classes dynamically to implement a representation of the object class being built at run time.

Read this article to learn more details about how this notable PHP package works.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

439. Fast PHP Error Monitoring and Bug Fixing with Rollbar

Updated on: 2016-08-24

Posted on:

Regardless of how good you are as a developer, you will always ship code to production that will have bugs or does not deal with situations that were unanticipated.

Therefore you always need to have a tool that can monitor the errors on the server side, so you can act promptly and fix issues as quickly as possible.

Read this tutorial to learn how you can use Rollbar to keep track of your PHP Web applications issues.


Blog More ...   Post a comment Post a comment   See comments See comments (4)   Trackbacks (0)

  1987 - 1978   ...   577 - 568   567 - 558   557 - 548   547 - 538   537 - 528   527 - 518   517 - 508   507 - 498   497 - 488   487 - 478   477 - 468   467 - 458   ...   7 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Post article Post article