Skip to content

Explore straightforward tips and tricks for

Frontend development, Web development and more !

Explore straightforward tips and tricks for

Frontend development, Web development and more !

  • Home
  • Symfony
    • Symfony
    • Easy Admin Bundle
  • WordPress
  • Server
    • Nginx
  • Vue JS
  • React
  • Software Testing
    • Manual Testing
    • Test Automation
  • Languages
    • Swedish
  • Tips
    • Driving in Sweden
    • Swedish
  • Database
    • Mysql
Server

How To Add Swap Space on Ubuntu 22.04

toihid March 29, 2023 0 Comments

Introduction One way to guard against out-of-memory errors in applications is to add some swap space to your server. In this guide, we will cover how to add a swap…

React

Configure route in react

toihid March 18, 2023 0 Comments

Install Reacr route npm install react-router-dom npm install react-router Example code import React, { Fragment } from 'react'; import PropTypes from 'prop-types'; import { Routes ,Route } from 'react-router-dom'; import…

laravel Server

Install Composer in ubuntu 22.04 ngnix

toihid March 12, 2023 0 Comments

sudo apt update sudo apt install curl unzip sudo apt install php php-curl curl -sS https://getcomposer.org/installer -o composer-setup.php sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer composer -V

Java Uncategorized

How to call a method dynamically in Java

toihid February 22, 2023 0 Comments

// Get the Class object of the class that contains the method Class<?> loginAction = LoginAction.class; // Get the Method object of the method you want to call Method actionMethod…

Selenieum Webdriver

Configure log4j in selenium

toihid February 18, 2023 0 Comments

At first need to add necessary jar files to project. Then create a log4j2.xml file in your project's src/test/resources folder. The file appender is defined with a file name of…

Uncategorized

Selenium table exmple

toihid February 13, 2023 0 Comments

F anmeL namePointsToihidI10Suchik20AtiyeK30

Selenium Webdriver Java Software Testing Test Automation

Accept Facebook Cookie policy by Selenium Web Driver

toihid February 4, 2023 0 Comments

As the ID and class create dynamically so my best approce the xpath as bellow driver.findElement(By.xpath("//button[@data-cookiebanner='accept_button']")).click();

Selenium Webdriver Java Test Automation

Wait untill a element by Selenium WedDriver

toihid February 4, 2023 0 Comments

At first we have to import packages import org.openqa.selenium.support.ui.WebDriverWait; import org.openqa.selenium.support.ui.ExpectedConditions; 2. WebDriverWait wait =new WebDriverWait(driver,Duration.ofSeconds(5)); wait.until(ExpectedConditions.presenceOfElementLocated (By.xpath("/html/body/div[3]/div[2]/div")));

Uncategorized

Job search tips in Sweden

toihid January 31, 2023 0 Comments

"I'm a junior developer, can you help me get a job?" I get this question a lot. And my answer is unfortunately that I probably can't. Companies have not been…

Uncategorized Wordpress

Solved : Missing parameter app_name wordpress

toihid November 14, 2022 0 Comments

To enable woocommerce rest api and connect to another service, we have to follow the steps Open nginx config file Edit like location / { #try_files $uri $uri/ =404; try_files…

Posts navigation

1 2 3 4 … 26

« Previous Page — Next Page »

Categories

  • API
  • c#
  • Continuous Intrgration
  • Covid-19 and IT jobs
  • Cyber Security
  • Devops
  • Divi
  • Driving in Sweden
  • Driving in Sweden
  • Driving Licence Bangla
  • Easy Admin Bundle
  • Encore
  • ErLang
  • Fishing
  • Fiverr
  • General
  • git
  • Health
  • Java
  • Jenkins
  • Jquery
  • Languages
  • laravel
  • Manual Testing
  • Motivations
  • Mysql
  • Nginx
  • Outsourcing
  • PHP
  • PWA
  • React
  • Selenieum Webdriver
  • Selenium Webdriver Java
  • SEO
  • Server
  • SFI
  • Software Testing
  • Swedish
  • Symfony
  • Test Automation
  • Tips
  • troubleshooting
  • Tutorials
  • Uncategorized
  • Vue JS
  • Woocommerce
  • Wordpress

Recent Posts

  • Jquery ui in webpack for WordPress
  • Adding custom order status in woocommerce
  • Swedish numbers, nouns, pronoun , prepositions and so on
  • The Safe Way To Hide woocommerce API Keys in React & Typescript
  • Skill development notes

Archives

You Missed

Wordpress

Jquery ui in webpack for WordPress

Woocommerce

Adding custom order status in woocommerce

Swedish Uncategorized

Swedish numbers, nouns, pronoun , prepositions and so on

React

The Safe Way To Hide woocommerce API Keys in React & Typescript

Explore straightforward tips and tricks for

Frontend development, Web development and more !

Copyright © All rights reserved | Blogus by Themeansar.