AI Leaks in copanies by Securitum

AI Leaks in copanies by Securitum

Short training by Tomek Turba gave me a great overview of issues related to AI Security in companies

AI Leaks in copanies by Securitum

Short training by Tomek Turba gave me a great overview of issues related to AI Security in companies

Angular / Vue / React or Front End Developer?

Angular / Vue / React or Front End Developer?

As a developer passionate about JavaScript, I have a question out of curiosity.

State of AI in IT Q4 2024

State of AI in IT Q4 2024

Since the emergence of LLMs on the market, I've been quite skeptical of them.

Cursor IDE ELI5 : Explain Like I'm 5 - Cursor's AI Feature

Do you sometimes find yourself wondering (especially when you haven't looked at your own code for a while or are tasked with maintaining someone else's legacy code) what a particular piece of code actually does?

Conditional operator (ternary operator) in JavaScript (or TypeScript)

Conditional operator (ternary operator) in JavaScript (or TypeScript)

Let's imagine that we could optimize / minify if statement. What could we do?

Master Destructuring Assignment in JavaScript: Simplify Your Code with Unpacking

Master Destructuring Assignment in JavaScript: Simplify Your Code with Unpacking

Let’s imagine that we have an object which we want to access.

XOR Cipher: Implementation, Analysis Of The Encryption Algorithm In Python

XOR Cipher: Implementation, Analysis Of The Encryption Algorithm In Python

While working on one of the NATAS challenges from overthewire.com, I encountered the **XOR encryption algorithm**. It is a **symmetric-key algorithm**, meaning the same key is used for both encryption and decryption

Disable XML-RPC in WordPress: What It Is and Why It's Important

Disable XML-RPC in WordPress: What It Is and Why It's Important

Cadillacs and Dinosaurs, Michael Jackson's Moonwalker. Arcade Games from Childhood.

Cadillacs and Dinosaurs, Michael Jackson's Moonwalker. Arcade Games from Childhood.

During the recent integration event in Grodek with , one of the planned attractions (along with amazing conversations with people) were arcade machines.

HTTP Headers for Security - How to change HTTP headers in WordPress

HTTP Headers for Security - How to change HTTP headers in WordPress

Do you want to set HTTP security headers in WordPress?

Urgent Alert: Removing Unwanted Files from Your WordPress Server (/wp-content/uploads/et_temp/slots-online)

I had a chance to work with one of websites which was affected by hackers attack

State Management: Properly Prepare Your Environment for Success

To start project we will need to create node project. I assume that you have installed Node.js on your machine.

Master Pug: The Ultimate Video Course to Elevate Your HTML Skills Today!

Master Pug: The Ultimate Video Course to Elevate Your HTML Skills Today!

Give back to community they said and here it comes!

Unleash the Power: Masterfully Craft Your Own Redux-Like State Machine in JavaScript

This article will describe shortly how to build Redux-like state machine engine

Kickstart Your Project: Vue, Vue Router, and Vuex with TypeScript - Part 1

This article will be an introduction how to create project based on Typescript using Vue and Vuex.

Fix Axios Empty Data: Defeat CORB and CORS Blocking Cross-Origin Responses

I had a situation last week with requests to server from Vue using Axios where data field has been empty.

TypeScript - Types in Destructuring Assignment - Vue and Vuex

This is very common right now to use TypeScript in JavaScript project.

MeetJS Kielce 002: Reflecting on an Inspiring and Unforgettable Meetup Experience

MeetJS Kielce 002: Reflecting on an Inspiring and Unforgettable Meetup Experience

We are after second edition of MeetJS Kielce which took place 4th of April in Czerwony Fortepian.

JavaScript course - Object iteration (key / value)

JavaScript course - Object iteration (key / value)

Why I Embraced Stylus: Unveiling the Game-Changing CSS Preprocessor You Need to Explore Now!

Why I Embraced Stylus: Unveiling the Game-Changing CSS Preprocessor You Need to Explore Now!

JavaScript Course: Master the Power of Destructuring Assignment

JavaScript Course: Master the Power of Destructuring Assignment

Hands On Tech - Internet of Things (IOT)

Hands On Tech - Internet of Things (IOT)

MeetJS Kielce 001: Relive the Excitement After the Meetup – Presentation Highlights

MeetJS Kielce 001: Relive the Excitement After the Meetup – Presentation Highlights

Hey ! It was a great time to meet you all **JavaScript**'ers / **UI'ers** / **FrontEnd'ers** on **MeetJS Kielce!** I hope this virgin event will come true this month once again!

MeetJS Kielce: Celebrate the Inauguration on 2019.02.07 – Join the Excitement!

MeetJS Kielce: Celebrate the Inauguration on 2019.02.07 – Join the Excitement!

Angular: Unlock Mastery of Side Effects with @Effect and NgRx - Essential CRUD Snippets

Angular is giving great tools to build application and NgRx gives you opportunity to manage you app with state.

Image to HTML table

Image to HTML table

I heard very interesting story about improvements in delivery of emailers.

LazySASS: Supercharge Your Workflow with Emmet-Based Mixins in SASS

I’m so lazy that I forgot to write any post on this website for last few months…

Vue.js: Unlock Advanced Techniques with ScreenshotMaker Part 2 – Using Jade and Calling Variables

Vue.js: Unlock Advanced Techniques with ScreenshotMaker Part 2 – Using Jade and Calling Variables

Each project needs evolution. After a comment by Peter van Meijgaard Ive made a few changes.

ScreenshotMaker with Vue.js - First look at Vue.js (HTTP and simple component)

Currently everybody is focused on most trendy JS Framework

Test Your Mastery: Challenge Your Knowledge of CSS Selectors

Do you want to check your fundamental knowledge of FEDev?

Resolve "Uncaught RangeError: Maximum Call Stack Size Exceeded"

I was using a lot of plugins which can make my life easier when Im dealing with inputs especially checkboxes and radio buttons.

Unlock Professional CSS Skills with Piotr Sikora: An In-Depth Guide by PACKT Publishing

It's been a long time... I should tell about this book.

Angular 2 - How to pass more parameters to Pipe

Angular 2 - How to pass more parameters to Pipe

Pipes are very important element of Angular 2 framework.

Fix Angular 2 Pipes: Resolve TypeError

Fix Angular 2 Pipes: Resolve TypeError

Ive been trying to build simple filtering in application -> Show-ur-bugs

Raspberry Pi node.js and how to start with programming GPIO (Pixpress project on Github) - Part 01

Last time I was a little bit busy... because of playing with Raspberry Pi :) Yeah... I think it made me motivated to digg deeper in nodejs/expressjs.

DevMeeting: Master Angular 2 with Expert Guidance and Hands-On Experience

DevMeeting: Master Angular 2 with Expert Guidance and Hands-On Experience

Last weekend Ive been with my friends at DevMeeting about Angular 2.0 in Krakow.

Ace Your Front End Developer Interview: Essential Questions You Must Know

Headhunters are calling to you and want to check your skills as fast as possible.

Unlock the Secrets: Mastering Private and Public Methods in Pure JavaScript

Have you been creating your own classes in pure JavaScript?

Pure CSS Magic: Create Collapsible Elements and Accordion Without JavaScript

Front End Developer Arsenal: Master SASS Installation with This Quick Guide

Have you ever been dreaming about variables in CSS code? Or maybe other functionalities like functions? The simplest way to have a variables in CSS is to work with preprocessor like SASS

Unleash the Power of Autoexecuted Objects in JavaScript

Sometimes you will need to create autoexecuted object (for example in case of load/document ready events)