Skip to main content
Home

Main navigation

  • Blog
  • AI code assistant
  • Snippets
  • Contact
  • About
Mar 19, 2023
Tools

ChatGPT will replace software developers

Are software developers on the brink of being replaced by a machine? The rise of ChatGPT is shaking up the tech industry and raising questions about the future of software development. Read on to find out what I think about this.

  • Read more about ChatGPT will replace software developers
Jan 29, 2023
Drupal

Couldn't execute 'FLUSH TABLES': Access denied

Just tried to sync my production Drupal database to my local machine with the drush sql-sync command and I got the following error message: mysqldump: Couldn't execute 'FLUSH TABLES': Access denied; you need (at least one of) the RELOAD or FLUSH_TABLES privilege(s) for this operation (1227).

  • Read more about Couldn't execute 'FLUSH TABLES': Access denied
Dec 30, 2022
Personal

2022 recap

As 2022 draws to a close, it’s time for a traditional recap post where I reflect on the things that happened to me during the year.

  • Read more about 2022 recap
Dec 16, 2022
Drupal

How to upgrade Drupal 9 to 10

Upgrading Drupal from version 9 to version 10 is a multi-step process that involves several different tasks. Read on to find all the details you need to perform this major Drupal core upgrade.

  • Read more about How to upgrade Drupal 9 to 10
Nov 19, 2022
React

React - Everything I needed to know to build my first mobile app

A collection of useful notes about React. I created these notes for my own reference during the development of my first React Native app, but I hope someone else might find them to be helpful.

  • Read more about React - Everything I needed to know to build my first mobile app
Oct 31, 2022
React Native

Cannot update a component while rendering a different component - React / React Native

I started working with React Native about four months ago and this is my first article about it. The other day I encountered an issue where React complained that it cannot update a component while rendering a different component. Here's what happened and how to fix it.

  • Read more about Cannot update a component while rendering a different component - React / React Native
Oct 1, 2022
Drupal

Create media programmatically in Drupal

Using Media in Drupal is a much better option than using old-school image fields. You can add all types of fields to Media to enrich your images, videos, and other media types with additional information, and you can also reuse Media. All of that cannot be easily done if you are using regular image fields. Let's see how to programmatically create media.

  • Read more about Create media programmatically in Drupal
Jul 30, 2022
Drupal

Create file programmatically in Drupal

Creating a file entity programmatically in Drupal sounds like a trivial task but there are some "gotchas" to be aware of. Let's dig in and explore tricky little things you need to know about.

  • Read more about Create file programmatically in Drupal
Jun 29, 2022
Drupal

Entity field validators and constraints in Drupal

By default, you have very few options for field validation in Drupal. You can make a field required, set its length if you have a text field, or set the allowed number of values -- but that's just about it. Fortunately, we have a very powerful mechanism for adding field validation.

  • Read more about Entity field validators and constraints in Drupal
May 7, 2022
Drupal

The Ultimate Guide to drupal/core-* packages

In this guide, you will find all the information about various drupal/core-* packages. Let's see what all these packages are and what they do.

  • Read more about The Ultimate Guide to drupal/core-* packages

Pagination

  • Current page 1
  • Page 2
  • Page 3
  • Page 4
  • Page 5
  • Page 6
  • Page 7
  • Page 8
  • Next page ››
  • Last page Last »

Copyright © 2017-2023 by Goran Nikolovski. All rights reserved. Top of page.

Privacy Policy | Terms of Service | Article Tags | Search

  • RSS
  • Github
  • Drupal
  • LinkedIn
  • Twitter
  • Instagram