Giter Site home page Giter Site logo

Hi ๐Ÿ‘‹, I'm Wesley Sinde

From Nairobi, Kenya, I am a dedicated full-stack web developer. I work as a Laravel developer full-time.

Wesley

Typing SVG

wesley-sinde

wesley-sinde

My Github Stats

My github statistics My languages Streaks
Peace's github stats Top Langs wesley-sinde

Wesley's github activity



Visitors Count



sindewesley

  • ๐ŸŒฑ Iโ€™m currently learning React native. React, Vue

  • ๐Ÿ‘จโ€๐Ÿ’ป All of my projects are available at https://github.com/Wesley-Sinde

  • ๐Ÿ“ I regularly write articles on https://www.wesley.io.ke/

  • ๐Ÿ’ฌ Ask me about React, Laravel, Php and Cpp

  • ๐Ÿ“ซ How to reach me [email protected]

  • ๐Ÿ“„ Know about my experiences https://www.wesley.io.ke/

  • โšก A character I have always wanted to meet.. Weโ€™d all like to have coffee with Elon Musk and Mrs. Mark Zuckerberg

Blogs posts


Here is a random joke that'll mark your day!

Jokes Card

Refresh page to load New joke


Connect with me:

wesley-sinde sindewesley wesley sinde wesley-sinde wesley sinde https://m.youtube.com/channel/ucqgjkmz6haifq-gihfwqifq wesley_001

Languages and Tools:

c chartjs cplusplus css3 docker dotnet gcp html5 jasmine javascript laravel mariadb mocha mssql mysql nextjs nodejs photoshop php postgresql react reactnative sass xd

wesley-sinde

ย wesley-sinde

wesley-sinde

Wesley Sinde's Projects

how-to-check-user-online-or-not-in-laravel- icon how-to-check-user-online-or-not-in-laravel-

In this laravel tutorial, you will learn how to check user online status and last seen. If youโ€™re building social media web app in laravel. At that time, you need to show users status (online/offline) and last seen. So this tutorial will guide you step by step from scratch to implement Laravel determine users status and last seen app

how-to-create-windows-8-like-animations-with-css3-and-jquery icon how-to-create-windows-8-like-animations-with-css3-and-jquery

I have recently realized that CSS3 3D transforms have been out there for quite a long time now and yet I haven't experimented with them yet. I have also been using Windows 8 for a while now, and the first thing that struck me as impressive about it was the transitions and animations built into the dashboard, so I thought it would be really cool if my first experiment with CSS 3D transforms would be to recreate those animations and effects. So, here goes the tutorial on how I did that.

how-to-get-current-user-id-in-laravel- icon how-to-get-current-user-id-in-laravel-

How To Get Current User ID In Laravel The answer: using the Auth facade. When Laravel is configured with authentication, the Auth facade becomes useful for actions like grabbing the current logged in user id. Auth comes with various methods, one of which is the id() method, and this is where we can grab the authenticated usersโ€™ information. Use the following steps to get the ID of the current logged in user.

how-to-get-current-user-location-in-laravel icon how-to-get-current-user-location-in-laravel

In this tutorial we will show you how to get current user location in laravel using stevebauman/location, Some times we have required to find current user location for many purpose. Also show you how to track user IP address and you can find user location information from IP address. So, here I am using stevebauman/location laravel package, Using this package you can get many information of utilizer like IP address, Country Name, Country Code, Postal Code, Zip Code, Region Denomination, State Name, Country Denomination, Longitude, Latitude, ISO Code, etc.

how-to-make-admin-auth-in-laravel8-with-example- icon how-to-make-admin-auth-in-laravel8-with-example-

In this article I will share with you how to make admin auth in laravel 8 application. as you know laravel provides users auth functionality by default. but if you working any web application then admin auth also very required functionality. so, in this article, i will share with you how to make your admin panel auth system in your laravel 8 application steps by steps.

how-to-remove-public-path-from-url-in-laravel-application icon how-to-remove-public-path-from-url-in-laravel-application

While hosting on the Laravel project on cPanel, the traditional problem that lots of developers get is, /public path is appended to the URL. Because in most cases, we put a project directly into the public_html folder, so public_html is our root for the website and that's where our laravel application is also placed. But to run the Laravel application, we need to point our domain root to the public folder of the laravel. It is possible to do it with cPanel but you need to go through some steps which are not known by most of the people and also the tedious process. So to make it simple, what you can do is, there is a way we can do it via the .htaccess file in our root folder. We can copy the .htaccess file from our public folder and then make modifications to it to work with the direct root folder and route every request to the public folder.

how-to-save-post-view-count-in-laravel icon how-to-save-post-view-count-in-laravel

Today i will show you how to Implement Post views count using Laravel . i will add this using easy and simple method for small Projects click counter or post visit count . We will create this traffic counter using Laravel

how-to-send-email-in-laravel icon how-to-send-email-in-laravel

This example is focused on send email in laravel . you willll learn laravel send mail example smtp. if you have question about laravel send email smtp example then i will give simple example with solution. We will look at example of laravel send mail example. I will exmplain how to send mail in laravel.We will show full example of send send mail in laravel.Do you want to send email using smtp in laravel? if yes then i will guide you to laravel send mail example using smtp driver. i will give you simple example of how to send mail in laravel using Mail class. you can also use google gmail driver for sending email in laravel

how-to-send-mail-using-queue-in-laravel-9 icon how-to-send-mail-using-queue-in-laravel-9

Laravel 9 send mail using queue example; Through this tutorial, i am going to show you how to send mail using queue job in laravel 9 apps with smtp drivers like Mailgun, Postmark, Amazon SES, office365, gmail and sendmail.

implementing-dark-mode-using-tailwind-css.-dark-mode-switcher icon implementing-dark-mode-using-tailwind-css.-dark-mode-switcher

Dark Mode is a display setting built for user interfaces. It lets users change the theme color of the application to black or a color closer to black. Recently, most developers have been including this feature in their applications. The applications contain a toggle switch that changes the color to dark or light when clicked. The recent version of Tailwind css comes with a feature that enables users to add dark mode to their webpages. In this tutorial, we will use the feature to add a dark theme to our page.

laravel-9-autocomplete-search-from-database-example icon laravel-9-autocomplete-search-from-database-example

Laravel 9 ajax autocomplete search using jQuery typehead js; Through this tutorial, i am going to show you how to make ajax autocomplete search using jQuery typehead js with ajax from database in laravel 9 apps.

laravel-9-crop-image-before-upload-using-cropper-js icon laravel-9-crop-image-before-upload-using-cropper-js

Laravel 9 crop image before upload exmaple; Through this tutorial, i am going to show you how to crop image before upload using cropper js in laravel 9 apps. And as well as, you will learn how to crop and resize image before upload to sever without refreshing or reloading the whole web page using cropper js, ajax and bootstrap model in laravel 9 apps.

laravel-9-get-current-user-location-from-ip-address-tutorial icon laravel-9-get-current-user-location-from-ip-address-tutorial

Laravel 9 get current user location example; Through this tutorial, i am going to show you how to get current user location (Country, City, Region name, Postal code, Latitude and longitude) with user ip address using stevebauman location package in laravel 9.

laravel-ajax-pagination-example icon laravel-ajax-pagination-example

Now, let's see post of Laravel ajax pagination with jQuery. We will look at example of Laravel pagination json. In this article, we will implement a jQuery ajax pagination in Laravel . You can understand a concept of Laravel ajax bootstrap pagination. Here, Creating a basic example of pagination jQuery ajax Laravel

laravel-custom-404-500-error-page-example icon laravel-custom-404-500-error-page-example

Laravel custom 404, 500 error page example; In this tutorial, we will learn how to create/build custom error pages in laravel 9 apps. Usually, laravel 9 display default error page 404, 500. But if you want to design of this pages. So, you can do it. This tutorial will guide you to step by step from scratch for how to create custom 404, 500 error pages in laravel

laravel-fetch-data-from-database-without-refresh icon laravel-fetch-data-from-database-without-refresh

## This is an axios application that uses professional tools like fideloper/proxy, alpinejs, autoprefixer, axios, lodash, postcss, tailwindcss and tailwindcss/forms". here you can Fetch data from a database and the browser will not refresh instantly. I have used axios to implement this, and also tailwin css and alpinejs to same my time in coding this. This will be like a template if you want to develop a dynamic we application that will fetch data dynamicly from a database withouth redirecting a user or propting a user to search, refresh a page or so. If you get this helpful kindly share and star this resourse. I would be thankful if i get your follow to get more updates as i post my projects here for free.

laravel-reactions icon laravel-reactions

Laravel reactions package for implementing reactions (eg: like, dislike, love, emotion, etc) on Eloquent models.

laravel-vue-js-file-upload icon laravel-vue-js-file-upload

Laravel vue js file upload example; Through this tutorial, i am going to show you how to upload files, images and documents with vue js components in laravel apps.

laravel-vue-js-flash-message-example icon laravel-vue-js-flash-message-example

Laravel 9 Vue Js flash message example; Through this tutorial, i am going to show you how to display a flash messages with vue js components in laravel vue js apps.

laravel-vue-js-like-dislike-app icon laravel-vue-js-like-dislike-app

Larave 9 vue js like dislike system example; Through this tutorial, i am going to show you how to make like dislike system with Vue js in laravel 9 app

laravel-vue-js-search-example-with-lodash-debounce- icon laravel-vue-js-search-example-with-lodash-debounce-

Hello artisan, coming with a brand new tutorial that is Laravel vue js search example with debounce. In this laravel vuejs ajax search example you will learn how to search data from database in Laravel and vue js using lodash. To make a ajax request request to fetch vue js search data i will use axios. You know that axios is a javascript promise based http popular request. So i will use this axios request to fetch our vue js laravel search data with pagination. laravel vuejs search with pagination example i will use a controller and fetch data from this controller. From this laravel vue search tutorial you will also learn lodash and how to import debounce from lodash vuejs.

lav_sms icon lav_sms

Laravel School Management System (LAVSMS)

linkedin-skill-assessments-quizzes icon linkedin-skill-assessments-quizzes

Full reference of LinkedIn answers 2022 for skill assessments (aws-lambda, rest-api, javascript, react, git, html, jquery, mongodb, java, Go, python, machine-learning, power-point) linkedin excel test lรถsungen, linkedin machine learning test LinkedIn test questions and answers

live-email-availability-in-laravel-using-ajax icon live-email-availability-in-laravel-using-ajax

Ajax laravel username availability, check email availability, check username availability, email availability with ajax in laravel, laravel, laravel tutorial, username already exists in php using ajax

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.