Author: Danyal

I'm skilled programmer with expertise in Vue.js/Nux.js for front-end development and PHP Laravel for back-end development. I excel in building APIs and services, and also have experience in web server setup & maintenance. My versatile skill set allows you to develop and maintain web applications effectively, from the user interface to the server-side functionality. I love coding with never ending learning attitude, thanks for visiting danya.dk

GraphQL Fundamentals

GraphQL is a fantastic new API standard that provides a more efficient, powerful, and flexible…

 Posted in GraphQL Tagged , ,

Conditional Content in Vuejs

In Vue.js there are two ways to handle the conditional content. v-if v-show Both directives…

 Posted in Vuejs Tagged ,

My first React Native component

In this post, we will get familiar with react library itself. Let start looking for…

 Posted in javascript Tagged ,

Algebra Calculator

Quick tip for an amazing tool an Algebra Calculator, must give it try. https://www.mathpapa.com/algebra-calculator.html

 Posted in Uncategorized Tagged , ,

Update Node.js with NVM

The best way of updating Node.js on Ubundu server

 Posted in Node, Ubuntu Tagged , ,

Start a new Github repo from an existing project

Suppose you have a project and wish to start tracking it with Github, Bitbucket or…

 Posted in Git Tagged , , , ,
nuxt.js

Using NUXT.js just for static html generation

Nuxt.js is a powerful server side framework, that came with two different modes ‘spa’ &…

 Posted in javascript Tagged , , , ,
laravel_blog_image

Get request data for fillable attributes

Quick tip of the day, how to auto map the data from the Request object…

 Posted in Laravel Tagged , ,

Multi-line editing on Atom

If you are wondering how to append/edit multiple lines to code in Atom, you landed…

 Posted in Code Editors Tagged , ,

How to add Vuetifyjs to Vuejs app?

Today we will learn how to implement vuetify in vuejs application, for those who are…

 Posted in Vuejs Tagged , , , , ,