Skip to main content

Posts

Showing posts from April, 2021

Arcadis is Hiring!!!

 ARCADIS IS HIRING!!! Company : Arcadia Position : Software Engineer Experience : Bs/Ms Degree : BS in CS Apply Link: Apply Here

How TO - Blur Background Image using CSS

Blur Background Image The  backdrop-filter   CSS  property lets you apply graphical effects such as blurring or color shifting to the area behind an element. Because it applies to everything  behind  the element, to see the effect you must make the element or its background at least partially transparent. NOW LET'S HAVE THE CODE: HTML: < div  class ="bg-image" > < /div > < div  class ="bg-text" >    < h1 > I am TECHNOLICS  < /h1 >    < p > And I'm a WEB DESIGNER AND BLOGGER < /p > < /div > CSS: body, html  {   height :  100% ; } *  {   box-sizing :  border-box ; } .bg-image  {    /* The image used */   background-image :  url("photographer.jpg") ;    /* Add the blur effect */   filter :  blur(8px) ;   -webkit-filter :  blur(8px) ;    /* Full height */   height :  100% ;  ...

Python for Cybersecurity testing

 A  leading cybersecurity software and service provider, reports 77% of the websites they protect were attacked by a Python-based   tool . As security professionals, part of our job is to mimic real-life attacks to ensure that companies are ready when real attacks occur, understanding the language and libraries used in real attacks. Replication of those tools is a very valuable skill set. However, not all Python experience is equal in the security field. To build an effective portfolio, develop effective software, and properly demonstrate your value, you need to focus on learning the right Python libraries and frameworks for the industry. So let’s look at some of the different Python libraries that you need to know to thrive in these areas. Automation Tools Firstly, you want to be able to write effective Python scripts to automate many of the day-to-day tasks of a security professional. Python has been widely used in security work because of its easy-to-learn syntax and w...

HOW WE CAN MAKE A AWESOME WEBSITE USING SOME MODERN CSS

WHY  " CSS "   IS SO IMPORTANT FOR A WEB DESIGNER?? Anyone progressing to become a web Designer ought to perceive that they can not do while not CSS. CSS permits you to impart creative styles and layouts to your websites, making them distinctive and fascinating. With CSS, you will be ready to experiment with page layouts, tweak the colors and fonts, add cool effects to photos, to this point a lot of. Another superb CSS feature is that it helps separate the presentation from the structure (HTML) into varied files. However, it's harsh to master CSS. to seek out out this tool, you wish to possess many skills, at the side of vogue, coding, and ability. It takes time to accumulate these skills and gain a particular level of mastery over them. whereas the tutorial technique is also a steep one, you will be ready to boost your skills and noesis by building your own CSS comes. As you manufacture and elegance fully completely different comes of variable talent levels, your smart s...

7 Cool HTML effects for your website

  7 Cool HTML Effects that can make your Website Cool!!! The "HTML" effects are used to create an attractive website with the help of new latest effects which are available in HTML5 1. Parallax Effect using HTML:       Parallax effect is an extremely popular design feature that is commonly used on WordPress                        websites. This special effect has featured in the gaming world for years but has more recently                    crossed over into web design. And so far this major trend doesn’t seem to be going anywhere, if                  anything it is being more widely used than ever.         In this Blog, we will consider what a parallax effect is and the benefits it can bring to your site and       business. W...