Skip to content
View turashrocks's full-sized avatar
β˜•
beBusy()
β˜•
beBusy()
  • @SynchronizeNetwork
  • MΓΆnchengladbach, Germany
Block or Report

Block or report turashrocks

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
turashrocks/README.md

Hi, i'm Turash C.

Passionate Self-Taught Full Stack Developer

  • πŸ’Ό Currently I am working at a Swedish IT Firm (remote) as a Fullstack Developer mostly in php and vue js
  • πŸ’Ό Also open to any freelance work either in Development of Fullstack Web Application, Wordpress or php and javascript based platforms
  • πŸ’¬ ask me about anything, i am happy to help;

Languages

Php Laravel JavaScript React Vue Angular TypeScript

Technologies

AWS Docker Kubernetes PhpMyAdmin Linux Node.js

​
import axios from "axios";

const state = {
    auth_role_name: "normal person",
};

const getters = {
    get_auth_role_name: (state) => state.auth_role_name,
}

const actions = {
    fetch_auth_info: function () {
        axios.get("/api/links").then((res) => {
            console.log(res.data);
        });
  },
}

const mutations = {
    set_auth_role_name: function (state, auth_role_name) {
        state.auth_role_name = auth_role_name;
    },
}   
​
export default {
  state,
  getters,
  actions,
  mutations,
};





Pinned

  1. laravel-part-sweden-b-dev laravel-part-sweden-b-dev Public

    laravel-part-sweden-b-dev

    PHP 5

  2. dashboard-vue-for-swe-b-dev dashboard-vue-for-swe-b-dev Public

    Backend @ https://swe-b-dev.ebuilders.pro/

    Vue

  3. dashboard-vue3-for-server-docker-lara8-php7.4- dashboard-vue3-for-server-docker-lara8-php7.4- Public

    dashboard-vue3-for-server-docker-lara8-php7.4

    Vue

  4. janala-os-dev janala-os-dev Public

    Trying to make an OS with React Next

    TypeScript

  5. server-docker-lara8-php7.4 server-docker-lara8-php7.4 Public

    project

    PHP