Onur Taşkıran LogoOnur Taskiran's Personal BlogOnur Taskiran Blog
HomeAboutProjectsServicesContact
HomeAboutProjectsServicesContact
Onur Taşkıran LogoOnur Taskiran's Personal BlogOnur Taskiran Blog
HomeAboutProjectsServicesContact
HomeAboutProjectsServicesContact

Posts tagged with "frontend-development"

Creating URL slugs in Javascript

Creating URL slugs in Javascript

25 September 20224 min readWeb Programming

You can prepare your url for SEO by using javascript in making slug url. I am saving the url I created to my database with `<input type = "text">` Add two inputs. set the id value to 'one' and 'two' ... Don't forget to add jquery.min.js library

#JavaScript#URL Slugs#SEO+3 more
Angular User Registration and Login Example

Angular User Registration and Login Example

06 May 20229 min readWeb Programming

What are we gonna do, first of all, a home page will greet us with a welcome. We will have two buttons named register and login. When you click Register, our registration page will come up asynchronously. At the same time, when you click login, our login page will open in the same way.

#Angular#User Registration#Login+2 more
Previous1234Next